Uses of Class
net.didion.jwnl.dictionary.POSKey
Packages that use POSKey
Package
Description
Classes for acessing dictionary information.
-
Uses of POSKey in net.didion.jwnl.dictionary
Methods in net.didion.jwnl.dictionary with parameters of type POSKeyModifier and TypeMethodDescriptionprivate void
AbstractCachingDictionary.cache
(DictionaryElementType fileType, POSKey key, Object obj) protected void
AbstractCachingDictionary.cacheException
(POSKey key, Exc exception) protected void
AbstractCachingDictionary.cacheIndexWord
(POSKey key, IndexWord word) protected void
AbstractCachingDictionary.cacheSynset
(POSKey key, Synset synset) private Object
AbstractCachingDictionary.getCached
(DictionaryElementType fileType, POSKey key) protected Exc
AbstractCachingDictionary.getCachedException
(POSKey key) protected IndexWord
AbstractCachingDictionary.getCachedIndexWord
(POSKey key) protected Synset
AbstractCachingDictionary.getCachedSynset
(POSKey key) -
Uses of POSKey in net.didion.jwnl.dictionary.morph
Methods in net.didion.jwnl.dictionary.morph with parameters of type POSKeyModifier and TypeMethodDescriptionprivate void
DefaultMorphologicalProcessor.cacheLookupInfo
(POSKey key, DefaultMorphologicalProcessor.LookupInfo info) DefaultMorphologicalProcessor.getCachedLookupInfo
(POSKey key)