Package net.didion.jwnl.dictionary
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).-
ClassDescriptionExtends
Dictionary
to provide caching of elements.Abstract representation of a WordNet dictionary.ADictionary
that retrieves objects from the text files in the WordNet distribution directory.ADictionary
backed byMap
s.AMorphologicalProcessor
tries to turn the inflected form of a word or phrase into the form that can be found in WordNet.A cache key consists of aPOS
and an object