Does the dictionary list the word.
Future<bool> hasEntry(String word) async { return (await _getAssetBundleFor(word)).containsKey(word); }