Package net.didion.jwnl.dictionary.file

Classes for accessing files that contain dictionary information.

See:
          Description

Interface Summary
DictionaryFile Represents a single dictionary file.
ObjectDictionaryFile DictioanryFile that reads and writes serailazed objects.
RandomAccessDictionaryFile DictionaryFile that reads lines from a random-access text file.
 

Class Summary
AbstractDictionaryFile Abstract implementation of DictionaryFile.
DictionaryCatalog A container for the files associated with a catalog (the index, data, and exception files associated with a POS).
DictionaryCatalogSet Simple container for DictionaryCatalogs that allows a DictionaryFile to be retrieved by its POS and DictionaryFileType.
DictionaryFileType Instances of this class specify the different types of dictionary files (the different classes of dictionary files.
 

Package net.didion.jwnl.dictionary.file Description

Classes for accessing files that contain dictionary information.