Check if a word is plural.
bool isPlural(String word) => checkWord(_irregularSingles, _irregularPlurals, _pluralRules, word);