Click or drag to resize

bagOfWordsItem Property (String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the count/score Int32 with the specified key.

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public int this[
	string key
] { get; set; }
Request Example View Source

Parameters

key
Type: SystemString
The key.

Property Value

Type: Int32
The Int32.

Return Value

Type: Int32
See Also