Game Dictionary =============== Jericho allows access to the dictionary of a game through :meth:`jericho.FrotzEnv.get_dictionary`. The dictionary contains a list of :class:`jericho.DictionaryWord` that are recognized by the game's parser. .. autoclass:: jericho.DictionaryWord :members: