public interface Operation extends Owned
Modifier and Type | Method and Description |
---|---|
boolean |
execute(POS pos,
java.lang.String lemma,
BaseFormSet baseForms)
Executes the operation.
|
getDictionary, setDictionary
boolean execute(POS pos, java.lang.String lemma, BaseFormSet baseForms) throws JWNLException
pos
- part of speechlemma
- lemmabaseForms
- BaseFormSet to which all discovered base forms should
be added.JWNLException
- JWNLException