Click or drag to resize

textEvaluationevaluate Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Evaluates the specified input.

Namespace:  imbNLP.Data.evaluate
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.26
Syntax
C#
protected void evaluate(
	IWeightTable table,
	bool sortByFrequency = true
)

Parameters

table
Type: IWeightTable

[Missing <param name="table"/> documentation for "M:imbNLP.Data.evaluate.textEvaluation.evaluate(imbSCI.DataComplex.IWeightTable,System.Boolean)"]

sortByFrequency (Optional)
Type: SystemBoolean

[Missing <param name="sortByFrequency"/> documentation for "M:imbNLP.Data.evaluate.textEvaluation.evaluate(imbSCI.DataComplex.IWeightTable,System.Boolean)"]

See Also