net.sf.extjwnl.dictionary.morph
Class RemovePrepPhrasesOperation
java.lang.Object
net.sf.extjwnl.dictionary.morph.AbstractOperation
net.sf.extjwnl.dictionary.morph.RemovePrepPhrasesOperation
- All Implemented Interfaces:
- Operation, Owned
public class RemovePrepPhrasesOperation
- extends AbstractOperation
yet to be implemented
- Author:
- John Didion
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemovePrepPhrasesOperation
public RemovePrepPhrasesOperation(Dictionary dictionary)
execute
public boolean execute(POS pos,
String lemma,
BaseFormSet baseForm)
- Description copied from interface:
Operation
- Executes the operation.
- Parameters:
pos
- part of speechlemma
- lemmabaseForm
- 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.