get_sentence_span_list

lexnlp.nlp.en.segments.sentences.get_sentence_span_list(text) → typing.List[typing.Tuple[int, int]]

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