Package org.tartarus.snowball.ext
Class KpStemmer
- java.lang.Object
-
- org.tartarus.snowball.SnowballProgram
-
- org.tartarus.snowball.ext.KpStemmer
-
public class KpStemmer 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_0private static Among[]a_1private static Among[]a_2private static Among[]a_3private static Among[]a_4private static Among[]a_5private static Among[]a_6private static Among[]a_7private booleanB_GE_removedprivate booleanB_stemmedprivate booleanB_Y_foundprivate static char[]g_AIOUprivate static char[]g_AOUprivate static char[]g_vprivate static char[]g_v_WXprivate intI_p1private intI_p2private intI_xprivate static java.lang.invoke.MethodHandles.LookupmethodObjectprivate java.lang.StringBuilderS_chprivate static longserialVersionUID-
Fields inherited from class org.tartarus.snowball.SnowballProgram
bra, cursor, ket, limit, limit_backward
-
-
Constructor Summary
Constructors Constructor Description KpStemmer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidcopy_from(KpStemmer other)booleanequals(java.lang.Object o)inthashCode()private booleanr_C()private booleanr_lengthen_V()private booleanr_Lose_infix()private booleanr_Lose_prefix()private booleanr_measure()private booleanr_R1()private booleanr_R2()private booleanr_Step_1()private booleanr_Step_1c()private booleanr_Step_2()private booleanr_Step_3()private booleanr_Step_4()private booleanr_Step_6()private booleanr_Step_7()private booleanr_V()private booleanr_VX()booleanstem()-
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
-
g_v
private static final char[] g_v
-
g_v_WX
private static final char[] g_v_WX
-
g_AOU
private static final char[] g_AOU
-
g_AIOU
private static final char[] g_AIOU
-
B_GE_removed
private boolean B_GE_removed
-
B_stemmed
private boolean B_stemmed
-
B_Y_found
private boolean B_Y_found
-
I_p2
private int I_p2
-
I_p1
private int I_p1
-
I_x
private int I_x
-
S_ch
private java.lang.StringBuilder S_ch
-
-
Method Detail
-
copy_from
private void copy_from(KpStemmer other)
-
r_R1
private boolean r_R1()
-
r_R2
private boolean r_R2()
-
r_V
private boolean r_V()
-
r_VX
private boolean r_VX()
-
r_C
private boolean r_C()
-
r_lengthen_V
private boolean r_lengthen_V()
-
r_Step_1
private boolean r_Step_1()
-
r_Step_2
private boolean r_Step_2()
-
r_Step_3
private boolean r_Step_3()
-
r_Step_4
private boolean r_Step_4()
-
r_Step_7
private boolean r_Step_7()
-
r_Step_6
private boolean r_Step_6()
-
r_Step_1c
private boolean r_Step_1c()
-
r_Lose_prefix
private boolean r_Lose_prefix()
-
r_Lose_infix
private boolean r_Lose_infix()
-
r_measure
private boolean r_measure()
-
stem
public boolean stem()
- Specified by:
stemin classSnowballProgram
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-