|
StemmerBaseout_grouping_b Method
|
Determines whether the current character is
outside 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 out_grouping_b(
string s,
int min,
int max,
bool repeat
)
Protected Function out_grouping_b (
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