Click or drag to resize
Accord.NET (logo)

StemmerBasefind_among Method

Searches if the current buffer matches against one of the amongs, starting from the current cursor position and going forward.

Namespace:  Accord.MachineLearning.Text.Stemmers
Assembly:  Accord.Text (in Accord.Text.dll) Version: 3.8.0
Syntax
protected int find_among(
	StemmerBaseAmong[] v
)
Request Example View Source

Parameters

v
Type: Accord.MachineLearning.Text.StemmersStemmerBaseAmong

Return Value

Type: Int32
See Also