static bool mechList_isEnglishSentence(S s) { ret containsOneOfTheWords(s, mechList_englishVerbs()); // rough }