Package net.didion.jwnl.dictionary.file
Classes for accessing files that contain dictionary information.
-
Interface Summary Interface Description DictionaryFile Represents a single dictionary file.ObjectDictionaryFile DictioanryFilethat reads and writes serailazed objects.RandomAccessDictionaryFile DictionaryFilethat reads lines from a random-access text file. -
Class Summary Class Description AbstractDictionaryFile Abstract implementation ofDictionaryFile.DictionaryCatalog A container for the files associated with a catalog (the index, data, and exception files associated with a POS).DictionaryCatalogSet Simple container forDictionaryCatalogs that allows aDictionaryFileto be retrieved by itsPOSandDictionaryFileType.DictionaryFileType Instances of this class specify the different types of dictionary files (the different classes of dictionary files.