!7 cmodule Maybe > DynPrintLog { start-thread { S s = "maybe i'm drinking the wrong stuff"; print(s); s = ai_dropFillers1(s); print(s); s = join(groupTokenPredicateSequence(wordTok(s), ll(curry eqic("the"), f isAdjective, f isNoun)); print(s); WordTokRule rule = wordTokReplacerRuleOnX("I'm drinking X => I drink X"); pnl(applyWordTokRule(rule, s)); } }