Uses of Interface
net.sf.extjwnl.dictionary.morph.Operation

Packages that use Operation
net.sf.extjwnl.dictionary.morph Classes used for simple morphological transformations. 
 

Uses of Operation in net.sf.extjwnl.dictionary.morph
 

Classes in net.sf.extjwnl.dictionary.morph that implement Operation
 class AbstractDelegatingOperation
          Base class for operations.
 class AbstractOperation
          Base class for operations.
 class DetachSuffixesOperation
          Remove all applicable suffixes from the word(s) and do a look-up.
 class LookupExceptionsOperation
          Looks up the word in the exceptions file of the given part-of-speech.
 class LookupIndexWordOperation
          Looks up index words.
 class RemovePrepPhrasesOperation
          yet to be implemented
 class TokenizerOperation
          Tokenizer operation.
 

Methods in net.sf.extjwnl.dictionary.morph with parameters of type Operation
 void AbstractDelegatingOperation.addDelegate(String key, Operation[] operations)
           
 



Copyright © 2011. All Rights Reserved.