Class LithuanianStemmer

All Implemented Interfaces:
Serializable

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

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

See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • methodObject

      private static final 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
    • a_4

      private static final Among[] a_4
    • g_v

      private static final char[] g_v
    • I_p1

      private int I_p1
  • Constructor Details

    • LithuanianStemmer

      public LithuanianStemmer()
  • Method Details

    • r_R1

      private boolean r_R1()
    • r_step1

      private boolean r_step1()
    • r_step2

      private boolean r_step2()
    • r_fix_conflicts

      private boolean r_fix_conflicts()
    • r_fix_chdz

      private boolean r_fix_chdz()
    • r_fix_gd

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