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
Fields in net.didion.jwnl.dictionary.morph declared as Operation Modifier and Type Field Description private Operation[]
DefaultMorphologicalProcessor. _operations
private Operation[]
DefaultMorphologicalProcessor.LookupInfo. _operations
Methods in net.didion.jwnl.dictionary.morph with parameters of type Operation Modifier and Type Method Description void
AbstractDelegatingOperation. addDelegate(java.lang.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)
LookupInfo(POS pos, java.lang.String derivation, Operation[] operations)
-