Click or drag to resize

multiLanguageEvaluatorevaluate Method (ListString, ListString, ListString)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Evaluates the specified content non-unique and non filtered tokens

Namespace:  imbNLP.Data.evaluate
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.26
Syntax
C#
public multiLanguageEvaluation evaluate(
	List<string> contentTokens,
	List<string> ignoreTokens = null,
	List<string> processedTokens = null
)

Parameters

contentTokens
Type: System.Collections.GenericListString
The content tokens to evaluate
ignoreTokens (Optional)
Type: System.Collections.GenericListString
The ignore tokens to skip from evaluation
processedTokens (Optional)
Type: System.Collections.GenericListString

[Missing <param name="processedTokens"/> documentation for "M:imbNLP.Data.evaluate.multiLanguageEvaluator.evaluate(System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]

Return Value

Type: multiLanguageEvaluation
Results of evaluation
See Also