Uses of Interface
net.didion.jwnl.dictionary.morph.Operation
-
Packages that use Operation Package Description net.didion.jwnl.dictionary.morph -
-
Uses of Operation in net.didion.jwnl.dictionary.morph
Classes in net.didion.jwnl.dictionary.morph that implement Operation Modifier and Type Class Description class
AbstractDelegatingOperation
class
DetachSuffixesOperation
Remove all aplicable suffixes from the word(s) and do a look-up.class
LookupExceptionsOperation
Lookup the word in the exceptions file of the given part-of-speech.class
LookupIndexWordOperation
class
RemovePrepPhrasesOperation
yet to be implementedclass
TokenizerOperation
Methods in net.didion.jwnl.dictionary.morph with parameters of type Operation Modifier and Type Method Description void
AbstractDelegatingOperation. addDelegate(String key, Operation[] operations)
Constructors in net.didion.jwnl.dictionary.morph with parameters of type Operation Constructor Description DefaultMorphologicalProcessor(Operation[] operations)
DefaultMorphologicalProcessor(Operation[] operations, int cacheCapacity)
-