static void ai_spec_addQuestionsToAdjective(S s) { if (!ai_hasTriple(s, "is", "an adjective")) ret; ai_postTriple(s, "begs the question", quote("What is the opposite of " + s + "?")); }