Singularize a word.
String singular(String word) => replaceWord(_irregularPlurals, _irregularSingles, _singularRules, word);