Package net.didion.jwnl.dictionary
Classes for acessing dictionary information. The two classes of
Dictionary included with JWNL are FileBackedDictionary - which looks up information in text files (usually the files provided with the WordNet distribution), and MapBackedDictionary - which looks up information in in-memory tables (or Maps).-
Interface Summary Interface Description MorphologicalProcessor AMorphologicalProcessortries to turn the inflected form of a word or phrase into the form that can be found in WordNet. -
Class Summary Class Description AbstractCachingDictionary ExtendsDictionaryto provide caching of elements.AbstractCachingDictionary.DictionaryCacheSet AbstractCachingDictionary.ObservableCache DatabaseBackedDictionary Dictionary Abstract representation of a WordNet dictionary.FileBackedDictionary ADictionarythat retrieves objects from the text files in the WordNet distribution directory.MapBackedDictionary ADictionarybacked byMaps.MapBackedDictionary.IndexWordIterator MapBackedDictionary.MapTableKey POSKey A cache key consists of aPOSand an object