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 TypeClassDescriptionclassclassRemove all aplicable suffixes from the word(s) and do a look-up.classLookup the word in the exceptions file of the given part-of-speech.classclassyet to be implementedclassMethods in net.didion.jwnl.dictionary.morph with parameters of type OperationModifier and TypeMethodDescriptionvoidAbstractDelegatingOperation.addDelegate(String key, Operation[] operations) Constructors in net.didion.jwnl.dictionary.morph with parameters of type OperationModifierConstructorDescriptionDefaultMorphologicalProcessor(Operation[] operations) DefaultMorphologicalProcessor(Operation[] operations, int cacheCapacity)