Click or drag to resize
Accord.NET (logo)

StemmerBaseinsert Method (Int32, Int32, String)

Replaces the contents of the bracket with the string s.

Namespace:  Accord.MachineLearning.Text.Stemmers
Assembly:  Accord.Text (in Accord.Text.dll) Version: 3.8.0
Syntax
protected void insert(
	int c_bra,
	int c_ket,
	string s
)
Request Example View Source

Parameters

c_bra
Type: SystemInt32
c_ket
Type: SystemInt32
s
Type: SystemString
See Also