Class lithuanianStemmer

  • All Implemented Interfaces:
    java.io.Serializable

    public class lithuanianStemmer
    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
      • 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 Detail

      • lithuanianStemmer

        public lithuanianStemmer()
    • Method Detail

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