Click or drag to resize
Accord.NET (logo)

StemmerBasereplace_s Method

Replaces the characters between c_bra and c_ket by the characters in s.

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

Parameters

c_bra
Type: SystemInt32
c_ket
Type: SystemInt32
s
Type: SystemString

Return Value

Type: Int32
See Also