|
StemmerBaseassign_to Method
|
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 StringBuilder assign_to(
StringBuilder s
)
Protected Function assign_to (
s As StringBuilder
) As StringBuilder
Request Example
View SourceParameters
- s
- Type: System.TextStringBuilder
Return Value
Type:
StringBuilderSee Also