Class hindiStemmer

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Field Detail

      • a_0

        private static final Among[] a_0
      • g_consonant

        private static final char[] g_consonant
    • Constructor Detail

      • hindiStemmer

        public hindiStemmer()
    • Method Detail

      • r_CONSONANT

        public boolean r_CONSONANT()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object