isSentenceEnd

var isSentenceEnd: <Error class: unknown class>

is first char after a sentence. Note that in degenerate cases, you could have both @is_sentence_start and @is_sentence_end set for some character. (e.g. no space after a period, so the next sentence starts right away)