Class danishStemmer

  • All Implemented Interfaces:
    java.io.Serializable

    public class danishStemmer
    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
      • g_c

        private static final char[] g_c
      • g_v

        private static final char[] g_v
      • g_s_ending

        private static final char[] g_s_ending
      • I_x

        private int I_x
      • I_p1

        private int I_p1
      • S_ch

        private java.lang.StringBuilder S_ch
    • Constructor Detail

      • danishStemmer

        public danishStemmer()
    • Method Detail

      • r_mark_regions

        private boolean r_mark_regions()
      • r_main_suffix

        private boolean r_main_suffix()
      • r_consonant_pair

        private boolean r_consonant_pair()
      • r_other_suffix

        private boolean r_other_suffix()
      • r_undouble

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