Click or drag to resize

textEvaluationevaluateTokens Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.Data.evaluate.textEvaluation.evaluateTokens(System.Collections.Generic.List{System.String},imbSCI.DataComplex.IWeightTable,System.Boolean)"]

Namespace:  imbNLP.Data.evaluate
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public void evaluateTokens(
	List<string> tokens,
	IWeightTable table,
	bool sortByFrequency = true
)

Parameters

tokens
Type: System.Collections.GenericListString

[Missing <param name="tokens"/> documentation for "M:imbNLP.Data.evaluate.textEvaluation.evaluateTokens(System.Collections.Generic.List{System.String},imbSCI.DataComplex.IWeightTable,System.Boolean)"]

table
Type: IWeightTable

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

sortByFrequency (Optional)
Type: SystemBoolean

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

See Also