Package net.didion.jwnl.dictionary.file
package net.didion.jwnl.dictionary.file
Classes for accessing files that contain dictionary information.
-
ClassDescriptionAbstract implementation of
DictionaryFile
.A container for the files associated with a catalog (the index, data, and exception files associated with a POS).Simple container forDictionaryCatalog
s that allows aDictionaryFile
to be retrieved by itsPOS
andDictionaryFileType
.Represents a single dictionary file.Instances of this class specify the different types of dictionary files (the different classes of dictionary files.DictioanryFile
that reads and writes serailazed objects.DictionaryFile
that reads lines from a random-access text file.