Interface Operation

    • Method Detail

      • execute

        boolean execute​(POS pos,
                        String lemma,
                        BaseFormSet baseForms)
                 throws JWNLException
        Execute the operation.
        Parameters:
        pos -
        lemma -
        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