Class RomanianStemmer


  • public class RomanianStemmer
    extends SnowballProgram
    This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
    • Field Detail

      • methodObject

        private static final java.lang.invoke.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
      • a_5

        private static final Among[] a_5
      • g_v

        private static final char[] g_v
      • B_standard_suffix_removed

        private boolean B_standard_suffix_removed
      • I_p2

        private int I_p2
      • I_p1

        private int I_p1
      • I_pV

        private int I_pV
    • Constructor Detail

      • RomanianStemmer

        public RomanianStemmer()
    • Method Detail

      • r_prelude

        private boolean r_prelude()
      • r_mark_regions

        private boolean r_mark_regions()
      • r_postlude

        private boolean r_postlude()
      • r_RV

        private boolean r_RV()
      • r_R1

        private boolean r_R1()
      • r_R2

        private boolean r_R2()
      • r_step_0

        private boolean r_step_0()
      • r_combo_suffix

        private boolean r_combo_suffix()
      • r_standard_suffix

        private boolean r_standard_suffix()
      • r_verb_suffix

        private boolean r_verb_suffix()
      • r_vowel_suffix

        private boolean r_vowel_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