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
  • Constructor Details

    • RemovePrepPhrasesOperation

      public RemovePrepPhrasesOperation()
  • Method Details

    • 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
      Parameters:
      pos -
      lemma -
      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.