get_sentence_span

lexnlp.nlp.en.segments.sentences.get_sentence_span(text: str) → Generator[[Tuple[int, int, str], Any], Any]

Given a text, returns a list of the (start, end) spans of sentences in the text.