dawglexicon.h
DawgLexicon
class, which is a
compact structure for storing a list of words.
Unlike the standard Lexicon
implementation, DawgLexicon
is implemented internally using a directed acyclic word graph ("DAWG"), which allows it to have an efficient binary file representation.
Class | |
This class is used to represent a lexicon, or word list. |