static L dropTrailingPunctuation(L tok) { ret dropPunctuationAtEnd(tok); } static L dropTrailingPunctuation(S s) { ret dropPunctuationAtEnd(s); }