Click or drag to resize

bagOfWords Constructor (String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the bagOfWords class.

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public bagOfWords(
	params string[] input
)
Request Example View Source

Parameters

input
Type: SystemString
The input.
See Also