Package net.sf.extjwnl.dictionary

Classes for accessing dictionary information.

See:
          Description

Interface Summary
MorphologicalProcessor A MorphologicalProcessor tries to turn the inflected form of a word or phrase into the form that can be found in WordNet.
 

Class Summary
AbstractCachingDictionary Extends Dictionary to provide caching of elements.
DatabaseBackedDictionary Database-backed dictionary.
Dictionary Abstract representation of a WordNet dictionary.
Dictionary.Version Represents a version of WordNet.
FileBackedDictionary A Dictionary that retrieves objects from the text files in the WordNet distribution directory.
MapBackedDictionary A Dictionary backed by Maps.
MapBackedDictionary.IndexWordIterator  
POSKey A cache key consists of a POS and an object.
 

Package net.sf.extjwnl.dictionary Description

Classes for accessing 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).



Copyright © 2011. All Rights Reserved.