static S ai_spec_allWords(S _s) { S s = unquote(_s); L l = javaTokC(s); if (l(l) > 1) for (S t : l) if (l(t) > 1) ai_postTriple(_s, "possibly related to:", t); ret _s; }