Click or drag to resize
Accord.NET (logo)

StemmerBaseAmong Constructor (String, Int32, Int32, FuncInt32)

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,
	Func<int> action
)
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.
action
Type: SystemFuncInt32
The action to be performed, if any.
See Also