- java.lang.Object
-
- org.tartarus.snowball.SnowballProgram
-
- org.tartarus.snowball.SnowballStemmer
-
- org.tartarus.snowball.ext.IrishStemmer
-
- All Implemented Interfaces:
java.io.Serializable
public class IrishStemmer extends SnowballStemmer
This class implements the stemming algorithm defined by a snowball script.Generated by Snowball 2.0.0 - https://snowballstem.org/
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static Among[]
a_0
private static Among[]
a_1
private static Among[]
a_2
private static Among[]
a_3
private static char[]
g_v
private int
I_p1
private int
I_p2
private int
I_pV
private static java.lang.invoke.MethodHandles.Lookup
methodObject
private static long
serialVersionUID
-
Fields inherited from class org.tartarus.snowball.SnowballProgram
bra, cursor, ket, limit, limit_backward
-
-
Constructor Summary
Constructors Constructor Description IrishStemmer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
private boolean
r_deriv()
private boolean
r_initial_morph()
private boolean
r_mark_regions()
private boolean
r_noun_sfx()
private boolean
r_R1()
private boolean
r_R2()
private boolean
r_RV()
private boolean
r_verb_sfx()
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 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
-
g_v
private static final char[] g_v
-
I_p2
private int I_p2
-
I_p1
private int I_p1
-
I_pV
private int I_pV
-
-
Method Detail
-
r_mark_regions
private boolean r_mark_regions()
-
r_initial_morph
private boolean r_initial_morph()
-
r_RV
private boolean r_RV()
-
r_R1
private boolean r_R1()
-
r_R2
private boolean r_R2()
-
r_noun_sfx
private boolean r_noun_sfx()
-
r_deriv
private boolean r_deriv()
-
r_verb_sfx
private boolean r_verb_sfx()
-
stem
public boolean stem()
- Specified by:
stem
in classSnowballStemmer
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-