|
StemmerBasein_grouping Method
|
Determines whether the current character is
inside a given group of characters s.
Namespace:
Accord.MachineLearning.Text.Stemmers
Assembly:
Accord.Text (in Accord.Text.dll) Version: 3.8.0
Syntax protected int in_grouping(
string s,
int min,
int max,
bool repeat
)
Protected Function in_grouping (
s As String,
min As Integer,
max As Integer,
repeat As Boolean
) As Integer
Request Example
View SourceParameters
- s
- Type: SystemString
- min
- Type: SystemInt32
- max
- Type: SystemInt32
- repeat
- Type: SystemBoolean
Return Value
Type:
Int32See Also