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 DictioanryFile
that reads and writes serailazed objects.RandomAccessDictionaryFile DictionaryFile
that 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 forDictionaryCatalog
s that allows aDictionaryFile
to be retrieved by itsPOS
andDictionaryFileType
.DictionaryFileType Instances of this class specify the different types of dictionary files (the different classes of dictionary files.