net.didion.jwnl.dictionary.morph
Class RemovePrepPhrasesOperation
java.lang.Object
net.didion.jwnl.dictionary.morph.RemovePrepPhrasesOperation
- All Implemented Interfaces:
- Operation, Createable
public class RemovePrepPhrasesOperation
- extends Object
- implements Operation
yet to be implemented
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemovePrepPhrasesOperation
public RemovePrepPhrasesOperation()
create
public Object create(Map params)
throws JWNLException
- Specified by:
create in interface Createable
- Throws:
JWNLException
execute
public boolean execute(POS pos,
String lemma,
BaseFormSet baseForm)
- Description copied from interface:
Operation
- Execute the operation.
- Specified by:
execute in interface Operation
baseForm - 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.
Copyright © 2011. All Rights Reserved.