Click or drag to resize
Accord.NET (logo)

StemmerBaseReplace Method

Replaces a specific region of the buffer with another text.

Namespace:  Accord.MachineLearning.Text.Stemmers
Assembly:  Accord.Text (in Accord.Text.dll) Version: 3.8.0
Syntax
public static StringBuilder Replace(
	StringBuilder sb,
	int index,
	int length,
	string text
)
Request Example View Source

Parameters

sb
Type: System.TextStringBuilder
index
Type: SystemInt32
length
Type: SystemInt32
text
Type: SystemString

Return Value

Type: StringBuilder
See Also