Class NepaliStemmer

  • All Implemented Interfaces:
    java.io.Serializable

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

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

    See Also:
    Serialized Form
    • Field Detail

      • methodObject

        private static final java.lang.invoke.MethodHandles.Lookup methodObject
      • a_0

        private static final Among[] a_0
      • a_1

        private static final Among[] a_1
      • a_2

        private static final Among[] a_2
      • a_3

        private static final Among[] a_3
    • Constructor Detail

      • NepaliStemmer

        public NepaliStemmer()
    • Method Detail

      • r_remove_category_1

        private boolean r_remove_category_1()
      • r_check_category_2

        private boolean r_check_category_2()
      • r_remove_category_2

        private boolean r_remove_category_2()
      • r_remove_category_3

        private boolean r_remove_category_3()
      • 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