コード例 #1
0
ファイル: RomanianStemmer.cs プロジェクト: regme/Korzh.NLP
 private void copy_from(RomanianStemmer other)
 {
     B_standard_suffix_removed = other.B_standard_suffix_removed;
     I_p2 = other.I_p2;
     I_p1 = other.I_p1;
     I_pV = other.I_pV;
     base.copy_from(other);
 }
コード例 #2
0
 private void copy_from(RomanianStemmer other)
 {
     B_standard_suffix_removed = other.B_standard_suffix_removed;
     I_p2 = other.I_p2;
     I_p1 = other.I_p1;
     I_pV = other.I_pV;
     base.copy_from(other);
 }