static void ai_spec_possiblyIs(S s) { L l = words(s); if (l(l) == 3) ai_postTriple(s, "possibly is", first(l) + " " + last(l)); }