Class catalanStemmer

  • All Implemented Interfaces:
    java.io.Serializable

    public class catalanStemmer
    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_p2

        private int I_p2
      • I_p1

        private int I_p1
    • Constructor Detail

      • catalanStemmer

        public catalanStemmer()
    • Method Detail

      • r_mark_regions

        private boolean r_mark_regions()
      • r_cleaning

        private boolean r_cleaning()
      • r_R1

        private boolean r_R1()
      • r_R2

        private boolean r_R2()
      • r_attached_pronoun

        private boolean r_attached_pronoun()
      • r_standard_suffix

        private boolean r_standard_suffix()
      • r_verb_suffix

        private boolean r_verb_suffix()
      • r_residual_suffix

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