Package org.tartarus.snowball.ext
Class NepaliStemmer
java.lang.Object
org.tartarus.snowball.SnowballProgram
org.tartarus.snowball.SnowballStemmer
org.tartarus.snowball.ext.NepaliStemmer
- 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 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
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
-
-
Constructor Details
-
NepaliStemmer
public NepaliStemmer()
-
-
Method Details
-
r_remove_category_1
private boolean r_remove_category_1() -
r_check_category_2
private boolean r_check_category_2() -
r_remove_category_2
private boolean r_remove_category_2() -
r_remove_category_3
private boolean r_remove_category_3() -
stem
public boolean stem()- Specified by:
stem
in classSnowballStemmer
-
equals
-
hashCode
public int hashCode()
-