static S ai_guessVerb(S s) { S a = firstWord(s); if (a == null) null; if (ai_yesNoQuestionWord_1(a)) { s = dropFirstWord(s); ret tripleB(splitAtBaseFormVerb(s)) + "?"; } null; }