|
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
)
Protected Function replace_s (
c_bra As Integer,
c_ket As Integer,
s As String
) As Integer
Request Example
View SourceParameters
- c_bra
- Type: SystemInt32
- c_ket
- Type: SystemInt32
- s
- Type: SystemString
Return Value
Type:
Int32See Also