| Interface | Description |
|---|---|
| MorphologicalProcessor |
A
MorphologicalProcessor tries to turn the inflected form of a word or phrase into
the form that can be found in WordNet. |
| Class | Description |
|---|---|
| AbstractCachingDictionary |
Extends
Dictionary to provide caching of elements. |
| AbstractCachingDictionary.IndexWordIterator | |
| DatabaseBackedDictionary |
Database-backed dictionary.
|
| Dictionary |
Abstract representation of a WordNet dictionary.
|
| FileBackedDictionary |
A
Dictionary that retrieves objects from the text files
in the WordNet distribution directory. |
| MapBackedDictionary |
A
Dictionary backed by Maps. |
| MapDictionary |
Base class for map-based dictionaries.
|
| MemoryDictionary |
A in-memory
Dictionary backed by HashMaps. |
Dictionary included 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).