SF.Snowball.Ext.EnglishStemmer.copy_from C# (CSharp) 메소드

copy_from() 보호된 메소드

protected copy_from ( EnglishStemmer other ) : void
other EnglishStemmer
리턴 void
		protected internal virtual void  copy_from(EnglishStemmer other)
		{
			B_Y_found = other.B_Y_found;
			I_p2 = other.I_p2;
			I_p1 = other.I_p1;
			base.copy_from(other);
		}