java.lang.Object
org.tartarus.snowball.SnowballProgram
org.tartarus.snowball.SnowballStemmer
org.tartarus.snowball.ext.HungarianStemmer
- All Implemented Interfaces:
Serializable
This class implements the stemming algorithm defined by a snowball script.
Generated by Snowball 2.0.0 - https://snowballstem.org/
- See Also:
-
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 static final Among[]
private static final Among[]
private static final char[]
private int
private static final MethodHandles.Lookup
private static final long
Fields inherited from class org.tartarus.snowball.SnowballProgram
bra, cursor, ket, limit, limit_backward
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
private boolean
r_case()
private boolean
private boolean
private boolean
r_double()
private boolean
private boolean
private boolean
private boolean
r_owned()
private boolean
private boolean
r_plural()
private boolean
r_R1()
private boolean
private boolean
private boolean
boolean
stem()
Methods inherited from class org.tartarus.snowball.SnowballProgram
assign_to, copy_from, eq_s, eq_s_b, find_among, find_among_b, getCurrent, getCurrentBuffer, getCurrentBufferLength, in_grouping, in_grouping_b, insert, out_grouping, out_grouping_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
-
a_10
-
a_11
-
g_v
private static final char[] g_v -
I_p1
private int I_p1
-
-
Constructor Details
-
HungarianStemmer
public HungarianStemmer()
-
-
Method Details
-
r_mark_regions
private boolean r_mark_regions() -
r_R1
private boolean r_R1() -
r_v_ending
private boolean r_v_ending() -
r_double
private boolean r_double() -
r_undouble
private boolean r_undouble() -
r_instrum
private boolean r_instrum() -
r_case
private boolean r_case() -
r_case_special
private boolean r_case_special() -
r_case_other
private boolean r_case_other() -
r_factive
private boolean r_factive() -
r_plural
private boolean r_plural() -
r_owned
private boolean r_owned() -
r_sing_owner
private boolean r_sing_owner() -
r_plur_owner
private boolean r_plur_owner() -
stem
public boolean stem()- Specified by:
stem
in classSnowballStemmer
-
equals
-
hashCode
public int hashCode()
-