static S ai_negateVerb(S verb) { if (isThirdPersonVerb(verb)) ret "doesn't " + verbToBaseForm(verb); ret "don't " + verb; }