Package net.didion.jwnl.dictionary.morph
Class LookupExceptionsOperation
java.lang.Object
net.didion.jwnl.dictionary.morph.LookupExceptionsOperation
- All Implemented Interfaces:
Operation
,Createable
Lookup the word in the exceptions file of the given part-of-speech.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LookupExceptionsOperation
public LookupExceptionsOperation()
-
-
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
-derivation
-form
- 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
-