This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
Inheritance: SnowballProgram
示例#1
0
 private void copy_from(DanishStemmer other)
 {
     I_x  = other.I_x;
     I_p1 = other.I_p1;
     S_ch = other.S_ch;
     base.CopyFrom(other);
 }
 private void copy_from(DanishStemmer other)
 {
     I_x = other.I_x;
     I_p1 = other.I_p1;
     S_ch = other.S_ch;
     base.copy_from(other);
 }