public interface Operation extends Createable
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(POS pos,
java.lang.String lemma,
BaseFormSet baseForms)
Execute the operation.
|
createboolean execute(POS pos, java.lang.String lemma, BaseFormSet baseForms) throws JWNLException
pos - lemma - baseForms - BaseFormSet to which all discovered base forms should
be added.JWNLException