Click or drag to resize

TFDFCounterAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Increases the absolute fequency, at the current document, of a term associated with indexForm. If this is the first time the term was counted, it creates internal container, having item optionaly set

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

Parameters

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