public class LookupIndexWordOperation extends java.lang.Object implements Operation
| Constructor and Description |
|---|
LookupIndexWordOperation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
create(java.util.Map params) |
boolean |
execute(POS pos,
java.lang.String lemma,
BaseFormSet baseForms)
Execute the operation.
|
public java.lang.Object create(java.util.Map params)
throws JWNLException
create in interface CreateableJWNLExceptionpublic boolean execute(POS pos, java.lang.String lemma, BaseFormSet baseForms) throws JWNLException
Operationexecute in interface OperationbaseForms - BaseFormSet to which all discovered base forms should
be added.JWNLException