Exemple #1
0
 private void copy_from(IrishStemmer other)
 {
     I_p2 = other.I_p2;
     I_p1 = other.I_p1;
     I_pV = other.I_pV;
     base.CopyFrom(other);
 }
 private void copy_from(IrishStemmer other)
 {
     I_p2 = other.I_p2;
     I_p1 = other.I_p1;
     I_pV = other.I_pV;
     base.copy_from(other);
 }