Class hindiStemmer

All Implemented Interfaces:
Serializable

public class hindiStemmer extends SnowballStemmer
This class implements the stemming algorithm defined by a snowball script.

Generated by Snowball 2.2.0 - https://snowballstem.org/

See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • a_0

      private static final Among[] a_0
    • g_consonant

      private static final char[] g_consonant
  • Constructor Details

    • hindiStemmer

      public hindiStemmer()
  • Method Details

    • r_CONSONANT

      public boolean r_CONSONANT()
    • stem

      public boolean stem()
      Specified by:
      stem in class SnowballStemmer
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object