Generated class implementing code defined by a snowball script.
Inheritance: SF.Snowball.SnowballProgram
示例#1
0
		protected internal virtual void  copy_from(PorterStemmer other)
		{
			B_Y_found = other.B_Y_found;
			I_p2 = other.I_p2;
			I_p1 = other.I_p1;
			base.copy_from(other);
		}