Click or drag to resize

TFDFCounterSetItemForTerm Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the item for term.

Namespace:  imbSCI.DataComplex.tf_idf
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public void SetItemForTerm(
	string indexForm,
	Object item
)
Request Example View Source

Parameters

indexForm
Type: SystemString
The index form.
item
Type: SystemObject
The item.
See Also