Click or drag to resize
Accord.NET (logo)

StemmerBaseinsert Method (Int32, Int32, StringBuilder)

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

Parameters

c_bra
Type: SystemInt32
c_ket
Type: SystemInt32
s
Type: System.TextStringBuilder
See Also