|
StemmerBaseAmong Constructor (String, Int32, Int32, FuncInt32)
|
Namespace:
Accord.MachineLearning.Text.Stemmers
Assembly:
Accord.Text (in Accord.Text.dll) Version: 3.8.0
Syntaxpublic Among(
string str,
int index,
int result,
Func<int> action
)
Public Sub New (
str As String,
index As Integer,
result As Integer,
action As Func(Of Integer)
)
Request Example
View SourceParameters
- 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