Example #1
0
 private void copy_from(EnglishStemmer other)
 {
     B_Y_found = other.B_Y_found;
     I_p2      = other.I_p2;
     I_p1      = other.I_p1;
     copy_from(other);
 }
Example #2
0
 private void copy_from(EnglishStemmer other)
 {
     B_Y_found = other.B_Y_found;
     I_p2 = other.I_p2;
     I_p1 = other.I_p1;
     copy_from(other);
 }
Example #3
0
 static Stemmer()
 {
     stemmer = new EnglishStemmer();
 }