public class ItalianStemmer 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 static char[] |
g_AEIO |
private static char[] |
g_CG |
private static char[] |
g_v |
private int |
I_p1 |
private int |
I_p2 |
private int |
I_pV |
private static java.lang.invoke.MethodHandles.Lookup |
methodObject |
private static long |
serialVersionUID |
bra, cursor, ket, limit, limit_backward
Constructor and Description |
---|
ItalianStemmer() |
Modifier and Type | Method and Description |
---|---|
private void |
copy_from(ItalianStemmer other) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
private boolean |
r_attached_pronoun() |
private boolean |
r_mark_regions() |
private boolean |
r_postlude() |
private boolean |
r_prelude() |
private boolean |
r_R1() |
private boolean |
r_R2() |
private boolean |
r_RV() |
private boolean |
r_standard_suffix() |
private boolean |
r_verb_suffix() |
private boolean |
r_vowel_suffix() |
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_AEIO
private static final char[] g_CG
private int I_p2
private int I_p1
private int I_pV
private void copy_from(ItalianStemmer other)
private boolean r_prelude()
private boolean r_mark_regions()
private boolean r_postlude()
private boolean r_RV()
private boolean r_R1()
private boolean r_R2()
private boolean r_attached_pronoun()
private boolean r_standard_suffix()
private boolean r_verb_suffix()
private boolean r_vowel_suffix()
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