public static void split(Document doc,
Span textSpan)
splits the text in textSpan into sentences, adding sentence
annotations to the document. We split after a period if the following
token is capitalized, and the preceding token is not a known
not-sentence-ending abbreviation (such as a title) or a single capital
letter.