Click or drag to resize

TFDFCounterGetTermFrequency Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the term frequency.

Namespace:  imbSCI.DataComplex.tf_idf
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public int GetTermFrequency(
	string indexForm,
	int documentID
)
Request Example View Source

Parameters

indexForm
Type: SystemString
The index form.
documentID
Type: SystemInt32
The document identifier.

Return Value

Type: Int32
See Also