Click or drag to resize

multiLanguageEvaluatorevaluate Method (String, ListString, ListString)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Evaluates the specified content. Before evaluation the content tokens are transformed with [!:termTools.getTokens(true, false, true, true)]

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

Parameters

content
Type: SystemString
The textual content
ignoreTokens (Optional)
Type: System.Collections.GenericListString
The ignore tokens.
processedTokens (Optional)
Type: System.Collections.GenericListString

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

Return Value

Type: multiLanguageEvaluation

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

See Also