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.LookupInfo
DefaultMorphologicalProcessor. getCachedLookupInfo(POSKey key)
Methods in net.didion.jwnl.dictionary.morph with parameters of type DefaultMorphologicalProcessor.LookupInfo Modifier and Type Method Description private void
DefaultMorphologicalProcessor. cacheLookupInfo(POSKey key, DefaultMorphologicalProcessor.LookupInfo info)
private IndexWord
DefaultMorphologicalProcessor. lookupNextBaseForm(POS pos, java.lang.String derivation, DefaultMorphologicalProcessor.LookupInfo info)
Lookup the next base form of a pos/word pair.
-