// should simplify a sentence neatly. now with dropPunctuation static S simplifySentence2(S s) { ret join(" ", codeTokensOnly(dropPunctuation(nlTok(s.toLowerCase())))); }