Package net.didion.jwnl.dictionary.morph
Interface Operation
- All Superinterfaces:
Createable
- All Known Implementing Classes:
AbstractDelegatingOperation,DetachSuffixesOperation,LookupExceptionsOperation,LookupIndexWordOperation,RemovePrepPhrasesOperation,TokenizerOperation
-
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(POS pos, String lemma, BaseFormSet baseForms) Execute the operation.Methods inherited from interface net.didion.jwnl.util.factory.Createable
create
-
Method Details
-
execute
Execute the operation.- Parameters:
pos-lemma-baseForms- BaseFormSet to which all discovered base forms should be added.- Returns:
- true if at least one base form was discovered by the operation and added to baseForms.
- Throws:
JWNLException
-