Pluralize a word.
String plural(String word) => replaceWord(_irregularSingles, _irregularPlurals, _pluralRules, word);