Class NepaliStemmer

All Implemented Interfaces:
Serializable

public class NepaliStemmer 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
    • 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 Details

    • NepaliStemmer

      public NepaliStemmer()
  • Method Details

    • 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()
    • 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