Uses of Interface
net.didion.jwnl.dictionary.morph.Operation

Packages that use Operation
net.didion.jwnl.dictionary.morph   
 

Uses of Operation in net.didion.jwnl.dictionary.morph
 

Classes in net.didion.jwnl.dictionary.morph that implement Operation
 class AbstractDelegatingOperation
           
 class DetachSuffixesOperation
          Remove all aplicable suffixes from the word(s) and do a look-up.
 class LookupExceptionsOperation
          Lookup the word in the exceptions file of the given part-of-speech.
 class LookupIndexWordOperation
           
 class RemovePrepPhrasesOperation
          yet to be implemented
 class TokenizerOperation
           
 

Methods in net.didion.jwnl.dictionary.morph with parameters of type Operation
 void AbstractDelegatingOperation.addDelegate(java.lang.String key, Operation[] operations)
           
 

Constructors in net.didion.jwnl.dictionary.morph with parameters of type Operation
DefaultMorphologicalProcessor(Operation[] operations)
           
DefaultMorphologicalProcessor(Operation[] operations, int cacheCapacity)