Generated class implementing code defined by a snowball script.
Inheritance: SF.Snowball.SnowballProgram
コード例 #1
0
 protected internal virtual void  copyFrom(DutchStemmer other)
 {
     I_p2      = other.I_p2;
     I_p1      = other.I_p1;
     B_e_found = other.B_e_found;
     base.copyFrom(other);
 }
コード例 #2
0
ファイル: DutchStemmer.cs プロジェクト: Cefa68000/lucenenet
 protected internal virtual void  copy_from(DutchStemmer other)
 {
     I_p2 = other.I_p2;
     I_p1 = other.I_p1;
     B_e_found = other.B_e_found;
     base.copy_from(other);
 }