Click or drag to resize
Accord.NET (logo)

StemmerBaseeq_s Method

Determines if the current buffer contains the string s, starting from the current position and going forward.

Namespace:  Accord.MachineLearning.Text.Stemmers
Assembly:  Accord.Text (in Accord.Text.dll) Version: 3.8.0
Syntax
protected bool eq_s(
	string s
)
Request Example View Source

Parameters

s
Type: SystemString

Return Value

Type: Boolean
See Also