Package net.didion.jwnl.dictionary.morph
Class LookupIndexWordOperation
java.lang.Object
net.didion.jwnl.dictionary.morph.LookupIndexWordOperation
- All Implemented Interfaces:
Operation
,Createable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LookupIndexWordOperation
public LookupIndexWordOperation()
-
-
Method Details
-
create
- Specified by:
create
in interfaceCreateable
- Throws:
JWNLException
-
execute
Description copied from interface:Operation
Execute the operation.- Specified by:
execute
in interfaceOperation
- 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
-