dawglexicon.h

This file exports the 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
DawgLexicon This class is used to represent a lexicon, or word list.