Class hungarianStemmer

  • All Implemented Interfaces:
    java.io.Serializable

    public class hungarianStemmer
    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
      • a_5

        private static final Among[] a_5
      • a_6

        private static final Among[] a_6
      • a_7

        private static final Among[] a_7
      • a_8

        private static final Among[] a_8
      • a_9

        private static final Among[] a_9
      • a_10

        private static final Among[] a_10
      • a_11

        private static final Among[] a_11
      • g_v

        private static final char[] g_v
      • I_p1

        private int I_p1
    • Constructor Detail

      • hungarianStemmer

        public hungarianStemmer()
    • Method Detail

      • r_mark_regions

        private boolean r_mark_regions()
      • r_R1

        private boolean r_R1()
      • r_v_ending

        private boolean r_v_ending()
      • r_double

        private boolean r_double()
      • r_undouble

        private boolean r_undouble()
      • r_instrum

        private boolean r_instrum()
      • r_case

        private boolean r_case()
      • r_case_special

        private boolean r_case_special()
      • r_case_other

        private boolean r_case_other()
      • r_factive

        private boolean r_factive()
      • r_plural

        private boolean r_plural()
      • r_owned

        private boolean r_owned()
      • r_sing_owner

        private boolean r_sing_owner()
      • r_plur_owner

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