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