 | multiLanguageEvaluatorevaluate Method (ListString, ListString, ListString) |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Evaluates the specified content non-unique and non filtered tokens
Namespace:
imbNLP.Data.evaluate
Assembly:
imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntaxpublic 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:
multiLanguageEvaluationResults of evaluation
See Also