public class KpStemmer extends SnowballProgram
Modifier and Type | Field and Description |
---|---|
private static Among[] |
a_0 |
private static Among[] |
a_1 |
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 boolean |
B_GE_removed |
private boolean |
B_stemmed |
private boolean |
B_Y_found |
private static char[] |
g_AIOU |
private static char[] |
g_AOU |
private static char[] |
g_v |
private static char[] |
g_v_WX |
private int |
I_p1 |
private int |
I_p2 |
private int |
I_x |
private static java.lang.invoke.MethodHandles.Lookup |
methodObject |
private java.lang.StringBuilder |
S_ch |
private static long |
serialVersionUID |
bra, cursor, ket, limit, limit_backward
Constructor and Description |
---|
KpStemmer() |
Modifier and Type | Method and Description |
---|---|
private void |
copy_from(KpStemmer other) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
private boolean |
r_C() |
private boolean |
r_lengthen_V() |
private boolean |
r_Lose_infix() |
private boolean |
r_Lose_prefix() |
private boolean |
r_measure() |
private boolean |
r_R1() |
private boolean |
r_R2() |
private boolean |
r_Step_1() |
private boolean |
r_Step_1c() |
private boolean |
r_Step_2() |
private boolean |
r_Step_3() |
private boolean |
r_Step_4() |
private boolean |
r_Step_6() |
private boolean |
r_Step_7() |
private boolean |
r_V() |
private boolean |
r_VX() |
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 char[] g_v
private static final char[] g_v_WX
private static final char[] g_AOU
private static final char[] g_AIOU
private boolean B_GE_removed
private boolean B_stemmed
private boolean B_Y_found
private int I_p2
private int I_p1
private int I_x
private java.lang.StringBuilder S_ch
private void copy_from(KpStemmer other)
private boolean r_R1()
private boolean r_R2()
private boolean r_V()
private boolean r_VX()
private boolean r_C()
private boolean r_lengthen_V()
private boolean r_Step_1()
private boolean r_Step_2()
private boolean r_Step_3()
private boolean r_Step_4()
private boolean r_Step_7()
private boolean r_Step_6()
private boolean r_Step_1c()
private boolean r_Lose_prefix()
private boolean r_Lose_infix()
private boolean r_measure()
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