static Set ai_questionWord_1_list = littreeset("what", "who", "why", "when", "where", "how"); static bool ai_questionWord_1(S s) { ret ai_questionWord_1_list.contains(lower(s)); }