static L splitIntoSentences_withPeriodOnly(S s) { ret filter hasLetters(endingWith(".", splitIntoSentences_v3(s))); }