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 implementedclassFields in net.didion.jwnl.dictionary.morph declared as OperationModifier and TypeFieldDescriptionprivate Operation[]DefaultMorphologicalProcessor._operationsprivate Operation[]DefaultMorphologicalProcessor.LookupInfo._operationsMethods 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) LookupInfo(POS pos, String derivation, Operation[] operations)