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 implementedclassTokenizerOperationFields in net.didion.jwnl.dictionary.morph declared as Operation Modifier and Type Field Description private Operation[]DefaultMorphologicalProcessor. _operationsprivate Operation[]DefaultMorphologicalProcessor.LookupInfo. _operationsMethods in net.didion.jwnl.dictionary.morph with parameters of type Operation Modifier and Type Method Description voidAbstractDelegatingOperation. 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)
-