static L splitIntoSentences_v3(S s) { ret empty(s) ? (L) ll() : splitIntoSentences_v2_tok(tok_joinEllipsis_flex(joinBrackets(javaTok(s)))); }