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