Class LookupIndexWordOperation

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object create​(java.util.Map params)  
      boolean execute​(POS pos, java.lang.String lemma, BaseFormSet baseForms)
      Execute the operation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LookupIndexWordOperation

        public LookupIndexWordOperation()
    • Method Detail

      • execute

        public boolean execute​(POS pos,
                               java.lang.String lemma,
                               BaseFormSet baseForms)
                        throws JWNLException
        Description copied from interface: Operation
        Execute the operation.
        Specified by:
        execute in interface Operation
        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