|
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
)
Public Shared Function Replace (
sb As StringBuilder,
index As Integer,
length As Integer,
text As String
) As StringBuilder
Request Example
View SourceParameters
- sb
- Type: System.TextStringBuilder
- index
- Type: SystemInt32
- length
- Type: SystemInt32
- text
- Type: SystemString
Return Value
Type:
StringBuilderSee Also