|
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
)
Public Sub New (
str As String,
index As Integer,
result As 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.
See Also