Package org.tartarus.snowball.ext
Class EstonianStemmer
- java.lang.Object
-
- org.tartarus.snowball.SnowballProgram
-
- org.tartarus.snowball.ext.EstonianStemmer
-
public class EstonianStemmer extends SnowballProgram
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
-
-
Field Summary
Fields Modifier and Type Field Description private static Among[]
a_0
private static Among[]
a_1
private static Among[]
a_10
private static Among[]
a_2
private static Among[]
a_3
private static Among[]
a_4
private static Among[]
a_5
private static Among[]
a_6
private static Among[]
a_7
private static Among[]
a_8
private static Among[]
a_9
private boolean
B_is_verb
private static char[]
g_GI
private static char[]
g_KI
private static char[]
g_RV
private static char[]
g_V1
private int
I_p1
private static java.lang.invoke.MethodHandles.Lookup
methodObject
private static long
serialVersionUID
-
Fields inherited from class org.tartarus.snowball.SnowballProgram
bra, cursor, ket, limit, limit_backward
-
-
Constructor Summary
Constructors Constructor Description EstonianStemmer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
copy_from(EstonianStemmer other)
boolean
equals(java.lang.Object o)
int
hashCode()
private boolean
r_case_ending()
private boolean
r_degrees()
private boolean
r_double()
private boolean
r_emphasis()
private boolean
r_i_plural()
private boolean
r_LONGV()
private boolean
r_mark_regions()
private boolean
r_nu()
private boolean
r_plural_three_first_cases()
private boolean
r_remove_double_kpt()
private boolean
r_special_noun_endings()
private boolean
r_substantive()
private boolean
r_undouble()
private boolean
r_verb()
private boolean
r_verb_exceptions()
boolean
stem()
-
Methods inherited from class org.tartarus.snowball.SnowballProgram
assign_to, copy_from, eq_s, eq_s_b, eq_v, eq_v_b, find_among, find_among_b, getCurrent, getCurrentBuffer, getCurrentBufferLength, in_grouping, in_grouping_b, in_range, in_range_b, insert, out_grouping, out_grouping_b, out_range, out_range_b, replace_s, setCurrent, setCurrent, slice_check, slice_del, slice_from, slice_to
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
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
-
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
-
g_V1
private static final char[] g_V1
-
g_RV
private static final char[] g_RV
-
g_KI
private static final char[] g_KI
-
g_GI
private static final char[] g_GI
-
I_p1
private int I_p1
-
B_is_verb
private boolean B_is_verb
-
-
Method Detail
-
copy_from
private void copy_from(EstonianStemmer other)
-
r_mark_regions
private boolean r_mark_regions()
-
r_emphasis
private boolean r_emphasis()
-
r_verb
private boolean r_verb()
-
r_LONGV
private boolean r_LONGV()
-
r_i_plural
private boolean r_i_plural()
-
r_special_noun_endings
private boolean r_special_noun_endings()
-
r_case_ending
private boolean r_case_ending()
-
r_plural_three_first_cases
private boolean r_plural_three_first_cases()
-
r_double
private boolean r_double()
-
r_undouble
private boolean r_undouble()
-
r_nu
private boolean r_nu()
-
r_remove_double_kpt
private boolean r_remove_double_kpt()
-
r_degrees
private boolean r_degrees()
-
r_substantive
private boolean r_substantive()
-
r_verb_exceptions
private boolean r_verb_exceptions()
-
stem
public boolean stem()
- Specified by:
stem
in classSnowballProgram
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-