Uses of Interface
net.didion.jwnl.dictionary.morph.Operation
Packages that use Operation
-
Uses of Operation in net.didion.jwnl.dictionary.morph
Classes in net.didion.jwnl.dictionary.morph that implement OperationModifier and TypeClassDescriptionclass
class
Remove all aplicable suffixes from the word(s) and do a look-up.class
Lookup the word in the exceptions file of the given part-of-speech.class
class
yet to be implementedclass
Fields in net.didion.jwnl.dictionary.morph declared as OperationModifier and TypeFieldDescriptionprivate Operation[]
DefaultMorphologicalProcessor._operations
private Operation[]
DefaultMorphologicalProcessor.LookupInfo._operations
Methods in net.didion.jwnl.dictionary.morph with parameters of type OperationModifier and TypeMethodDescriptionvoid
AbstractDelegatingOperation.addDelegate
(String key, Operation[] operations) Constructors in net.didion.jwnl.dictionary.morph with parameters of type OperationModifierConstructorDescriptionDefaultMorphologicalProcessor
(Operation[] operations) DefaultMorphologicalProcessor
(Operation[] operations, int cacheCapacity) LookupInfo
(POS pos, String derivation, Operation[] operations)