static S ai_matrix_answerToVerb(S s) { if (eqic(s, "yes")) ret "is"; if (eqic(s, "no")) ret "is not"; if (nempty(s)) ret s + " is"; // "usually" etc. null; }