public class HungarianStemmer extends SnowballProgram
Modifier and Type | Field and Description |
---|---|
private static Among[] |
a_0 |
private static Among[] |
a_1 |
private static Among[] |
a_10 |
private static Among[] |
a_11 |
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 static char[] |
g_v |
private int |
I_p1 |
private static java.lang.invoke.MethodHandles.Lookup |
methodObject |
private static long |
serialVersionUID |
bra, cursor, ket, limit, limit_backward
Constructor and Description |
---|
HungarianStemmer() |
Modifier and Type | Method and Description |
---|---|
private void |
copy_from(HungarianStemmer other) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
private boolean |
r_case_other() |
private boolean |
r_case_special() |
private boolean |
r_case() |
private boolean |
r_double() |
private boolean |
r_factive() |
private boolean |
r_instrum() |
private boolean |
r_mark_regions() |
private boolean |
r_owned() |
private boolean |
r_plur_owner() |
private boolean |
r_plural() |
private boolean |
r_R1() |
private boolean |
r_sing_owner() |
private boolean |
r_undouble() |
private boolean |
r_v_ending() |
boolean |
stem() |
assign_to, copy_from, eq_s_b, eq_s, eq_v_b, eq_v, find_among_b, find_among, getCurrent, getCurrentBuffer, getCurrentBufferLength, in_grouping_b, in_grouping, in_range_b, in_range, insert, out_grouping_b, out_grouping, out_range_b, out_range, replace_s, setCurrent, setCurrent, slice_check, slice_del, slice_from, slice_to
private static final long serialVersionUID
private static final java.lang.invoke.MethodHandles.Lookup methodObject
private static final Among[] a_0
private static final Among[] a_1
private static final Among[] a_2
private static final Among[] a_3
private static final Among[] a_4
private static final Among[] a_5
private static final Among[] a_6
private static final Among[] a_7
private static final Among[] a_8
private static final Among[] a_9
private static final Among[] a_10
private static final Among[] a_11
private static final char[] g_v
private int I_p1
private void copy_from(HungarianStemmer other)
private boolean r_mark_regions()
private boolean r_R1()
private boolean r_v_ending()
private boolean r_double()
private boolean r_undouble()
private boolean r_instrum()
private boolean r_case()
private boolean r_case_special()
private boolean r_case_other()
private boolean r_factive()
private boolean r_plural()
private boolean r_owned()
private boolean r_sing_owner()
private boolean r_plur_owner()
public boolean stem()
stem
in class SnowballProgram
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object