Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

s
Type: System.TextStringBuilder

Return Value

Type: StringBuilder
See Also