static LS ai_weakWordQuestions(S text) { ret map(asCISet(words2(text)), w -> "Is " + quote(w) + " a weak word?"); }