Package org.tartarus.snowball.ext
Class NorwegianStemmer
- java.lang.Object
-
- org.tartarus.snowball.SnowballProgram
-
- org.tartarus.snowball.ext.NorwegianStemmer
-
public class NorwegianStemmer 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_2private static char[]g_s_endingprivate static char[]g_vprivate intI_p1private intI_xprivate 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 NorwegianStemmer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidcopy_from(NorwegianStemmer other)booleanequals(java.lang.Object o)inthashCode()private booleanr_consonant_pair()private booleanr_main_suffix()private booleanr_mark_regions()private booleanr_other_suffix()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
-
g_v
private static final char[] g_v
-
g_s_ending
private static final char[] g_s_ending
-
I_x
private int I_x
-
I_p1
private int I_p1
-
-
Method Detail
-
copy_from
private void copy_from(NorwegianStemmer other)
-
r_mark_regions
private boolean r_mark_regions()
-
r_main_suffix
private boolean r_main_suffix()
-
r_consonant_pair
private boolean r_consonant_pair()
-
r_other_suffix
private boolean r_other_suffix()
-
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
-
-