SF.Snowball.Ext.EnglishStemmer.r_exception2 C# (CSharp) Method

r_exception2() private method

private r_exception2 ( ) : bool
return bool
		private bool r_exception2()
		{
			// (, line 145
			// [, line 147
			ket = cursor;
			// substring, line 147
			if (find_among_b(a_8, 8) == 0)
			{
				return false;
			}
			// ], line 147
			bra = cursor;
			// atlimit, line 147
			if (cursor > limit_backward)
			{
				return false;
			}
			return true;
		}