Package org.tartarus.snowball.ext
Class HungarianStemmer
- java.lang.Object
-
- org.tartarus.snowball.SnowballProgram
-
- org.tartarus.snowball.ext.HungarianStemmer
-
public class HungarianStemmer 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_10private static Among[]a_11private static Among[]a_2private static Among[]a_3private static Among[]a_4private static Among[]a_5private static Among[]a_6private static Among[]a_7private static Among[]a_8private static Among[]a_9private static char[]g_vprivate intI_p1private static java.lang.invoke.MethodHandles.LookupmethodObjectprivate static longserialVersionUID-
Fields inherited from class org.tartarus.snowball.SnowballProgram
bra, cursor, ket, limit, limit_backward
-
-
Constructor Summary
Constructors Constructor Description HungarianStemmer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidcopy_from(HungarianStemmer other)booleanequals(java.lang.Object o)inthashCode()private booleanr_case()private booleanr_case_other()private booleanr_case_special()private booleanr_double()private booleanr_factive()private booleanr_instrum()private booleanr_mark_regions()private booleanr_owned()private booleanr_plur_owner()private booleanr_plural()private booleanr_R1()private booleanr_sing_owner()private booleanr_undouble()private booleanr_v_ending()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
-
a_8
private static final Among[] a_8
-
a_9
private static final Among[] a_9
-
a_10
private static final Among[] a_10
-
a_11
private static final Among[] a_11
-
g_v
private static final char[] g_v
-
I_p1
private int I_p1
-
-
Method Detail
-
copy_from
private void copy_from(HungarianStemmer other)
-
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:
stemin classSnowballProgram
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-