Uses of Class
net.didion.jwnl.dictionary.morph.DefaultMorphologicalProcessor.LookupInfo
-
Packages that use DefaultMorphologicalProcessor.LookupInfo Package Description net.didion.jwnl.dictionary.morph -
-
Uses of DefaultMorphologicalProcessor.LookupInfo in net.didion.jwnl.dictionary.morph
Methods in net.didion.jwnl.dictionary.morph that return DefaultMorphologicalProcessor.LookupInfo Modifier and Type Method Description private DefaultMorphologicalProcessor.LookupInfoDefaultMorphologicalProcessor. getCachedLookupInfo(POSKey key)Methods in net.didion.jwnl.dictionary.morph with parameters of type DefaultMorphologicalProcessor.LookupInfo Modifier and Type Method Description private voidDefaultMorphologicalProcessor. cacheLookupInfo(POSKey key, DefaultMorphologicalProcessor.LookupInfo info)private IndexWordDefaultMorphologicalProcessor. lookupNextBaseForm(POS pos, java.lang.String derivation, DefaultMorphologicalProcessor.LookupInfo info)Lookup the next base form of a pos/word pair.
-