static L sentencesAfterLines_withPeriodOnly(S text) { ret concatMap(f splitIntoSentences_withPeriodOnly, lines(text)); }