Uses of Class
net.didion.jwnl.dictionary.POSKey
-
Packages that use POSKey Package Description net.didion.jwnl.dictionary Classes for acessing dictionary information.net.didion.jwnl.dictionary.morph -
-
Uses of POSKey in net.didion.jwnl.dictionary
Methods in net.didion.jwnl.dictionary with parameters of type POSKey Modifier and Type Method Description private voidAbstractCachingDictionary. cache(DictionaryElementType fileType, POSKey key, java.lang.Object obj)protected voidAbstractCachingDictionary. cacheException(POSKey key, Exc exception)protected voidAbstractCachingDictionary. cacheIndexWord(POSKey key, IndexWord word)protected voidAbstractCachingDictionary. cacheSynset(POSKey key, Synset synset)private java.lang.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 POSKey Modifier and Type Method Description private voidDefaultMorphologicalProcessor. cacheLookupInfo(POSKey key, DefaultMorphologicalProcessor.LookupInfo info)private DefaultMorphologicalProcessor.LookupInfoDefaultMorphologicalProcessor. getCachedLookupInfo(POSKey key)
-