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