static L ai_getBaseCategories(S category) { if (eqic(category, "yes/no answer")) ret ll("answer"); if (eqic(category, "yes/no question")) ret ll("question"); ret ll(); }