|
StemmerBaseeq_s_b Method (String)
|
Determines if the current buffer contains the
string s, starting from the current position and
going backwards.
Namespace:
Accord.MachineLearning.Text.Stemmers
Assembly:
Accord.Text (in Accord.Text.dll) Version: 3.8.0
Syntax protected bool eq_s_b(
string s
)
Protected Function eq_s_b (
s As String
) As Boolean
Request Example
View SourceParameters
- s
- Type: SystemString
Return Value
Type:
BooleanSee Also