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 classAbstractDelegatingOperationclassDetachSuffixesOperationRemove all aplicable suffixes from the word(s) and do a look-up.classLookupExceptionsOperationLookup the word in the exceptions file of the given part-of-speech.classLookupIndexWordOperationclassRemovePrepPhrasesOperationyet to be implementedclassTokenizerOperationMethods in net.didion.jwnl.dictionary.morph with parameters of type Operation Modifier and Type Method Description voidAbstractDelegatingOperation. 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)
-