Package org.tartarus.snowball.ext
Class FinnishStemmer
java.lang.Object
org.tartarus.snowball.SnowballProgram
org.tartarus.snowball.ext.FinnishStemmer
This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Among[]private static final Among[]private static final Among[]private static final Among[]private static final Among[]private static final Among[]private static final Among[]private static final Among[]private static final Among[]private static final Among[]private booleanprivate static final char[]private static final char[]private static final char[]private static final char[]private intprivate intprivate static final MethodHandles.Lookupprivate StringBuilderprivate static final longFields inherited from class org.tartarus.snowball.SnowballProgram
bra, cursor, ket, limit, limit_backward -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcopy_from(FinnishStemmer other) booleaninthashCode()private booleanprivate booleanprivate booleanr_LONG()private booleanprivate booleanprivate booleanprivate booleanprivate booleanr_R2()private booleanprivate booleanr_tidy()private booleanr_VI()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 Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
methodObject
-
a_0
-
a_1
-
a_2
-
a_3
-
a_4
-
a_5
-
a_6
-
a_7
-
a_8
-
a_9
-
g_AEI
private static final char[] g_AEI -
g_V1
private static final char[] g_V1 -
g_V2
private static final char[] g_V2 -
g_particle_end
private static final char[] g_particle_end -
B_ending_removed
private boolean B_ending_removed -
S_x
-
I_p2
private int I_p2 -
I_p1
private int I_p1
-
-
Constructor Details
-
FinnishStemmer
public FinnishStemmer()
-
-
Method Details
-
copy_from
-
r_mark_regions
private boolean r_mark_regions() -
r_R2
private boolean r_R2() -
r_particle_etc
private boolean r_particle_etc() -
r_possessive
private boolean r_possessive() -
r_LONG
private boolean r_LONG() -
r_VI
private boolean r_VI() -
r_case_ending
private boolean r_case_ending() -
r_other_endings
private boolean r_other_endings() -
r_i_plural
private boolean r_i_plural() -
r_t_plural
private boolean r_t_plural() -
r_tidy
private boolean r_tidy() -
stem
public boolean stem()- Specified by:
stemin classSnowballProgram
-
equals
-
hashCode
public int hashCode()
-