Click or drag to resize
Accord.NET (logo)

StemmerBaseAmong Constructor (String, Int32, Int32)

Namespace:  Accord.MachineLearning.Text.Stemmers
Assembly:  Accord.Text (in Accord.Text.dll) Version: 3.8.0
Syntax
public Among(
	string str,
	int index,
	int result
)
Request Example View Source

Parameters

str
Type: SystemString
The search string.
index
Type: SystemInt32
The index to the longest matching substring.
result
Type: SystemInt32
The result of the lookup.
See Also