Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

s
Type: SystemString
min
Type: SystemInt32
max
Type: SystemInt32
repeat
Type: SystemBoolean

Return Value

Type: Int32
See Also