sbool ai_isPronoun(S s) {
  ret contains(ai_pronouns(), s);
}