public class FinnishStemmer 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 Among[] |
a_8 |
private static Among[] |
a_9 |
private boolean |
B_ending_removed |
private static char[] |
g_AEI |
private static char[] |
g_particle_end |
private static char[] |
g_V1 |
private static char[] |
g_V2 |
private int |
I_p1 |
private int |
I_p2 |
private static java.lang.invoke.MethodHandles.Lookup |
methodObject |
private java.lang.StringBuilder |
S_x |
private static long |
serialVersionUID |
bra, cursor, ket, limit, limit_backward
Constructor and Description |
---|
FinnishStemmer() |
Modifier and Type | Method and Description |
---|---|
private void |
copy_from(FinnishStemmer other) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
private boolean |
r_case_ending() |
private boolean |
r_i_plural() |
private boolean |
r_LONG() |
private boolean |
r_mark_regions() |
private boolean |
r_other_endings() |
private boolean |
r_particle_etc() |
private boolean |
r_possessive() |
private boolean |
r_R2() |
private boolean |
r_t_plural() |
private boolean |
r_tidy() |
private boolean |
r_VI() |
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 char[] g_AEI
private static final char[] g_V1
private static final char[] g_V2
private static final char[] g_particle_end
private boolean B_ending_removed
private java.lang.StringBuilder S_x
private int I_p2
private int I_p1
private void copy_from(FinnishStemmer other)
private boolean r_mark_regions()
private boolean r_R2()
private boolean r_particle_etc()
private boolean r_possessive()
private boolean r_LONG()
private boolean r_VI()
private boolean r_case_ending()
private boolean r_other_endings()
private boolean r_i_plural()
private boolean r_t_plural()
private boolean r_tidy()
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