!7 cmodule Maybe > DynPrintLog { start-thread { dm_useLocalMechListCopies(); L rules = map wordTokReplacerRuleOnX(tlft([[ I'm drinking X => I drink X I drink the wrong stuff => {I drink X} and {it is wrong to drink X} ]])); 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); pnl(functionReturningList_transitiveHull_ciSet applyWordTokRules(rules, s)); } }