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 voidAbstractCachingDictionary.cache(DictionaryElementType fileType, POSKey key, Object obj) protected voidAbstractCachingDictionary.cacheException(POSKey key, Exc exception) protected voidAbstractCachingDictionary.cacheIndexWord(POSKey key, IndexWord word) protected voidAbstractCachingDictionary.cacheSynset(POSKey key, Synset synset) private ObjectAbstractCachingDictionary.getCached(DictionaryElementType fileType, POSKey key) protected ExcAbstractCachingDictionary.getCachedException(POSKey key) protected IndexWordAbstractCachingDictionary.getCachedIndexWord(POSKey key) protected SynsetAbstractCachingDictionary.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 voidDefaultMorphologicalProcessor.cacheLookupInfo(POSKey key, DefaultMorphologicalProcessor.LookupInfo info) DefaultMorphologicalProcessor.getCachedLookupInfo(POSKey key)