Class dutchStemmer

java.lang.Object
opennlp.tools.stemmer.snowball.SnowballProgram
opennlp.tools.stemmer.snowball.dutchStemmer
All Implemented Interfaces:
Serializable

public class dutchStemmer extends SnowballProgram
This class implements the stemming algorithm defined by a snowball script.

Generated by Snowball (build from 9a22f0d3f44cda36677829328fe2642750114d57) - https://github.com/snowballstem/snowball

See Also:
  • Constructor Details

    • dutchStemmer

      public dutchStemmer()
  • Method Details

    • stem

      public boolean stem()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object