예제 #1
0
파일: Stemmer.cs 프로젝트: Shuvayu/DevBox
 private void copy_from(Stemmer other)
 {
     B_Y_found = other.B_Y_found;
     I_p2 = other.I_p2;
     I_p1 = other.I_p1;
     copy_from(other);
 }