Click or drag to resize

multiLanguageEvaluationTaskinput_ignoredTokens Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Tokens that are ignored based on provided list

Namespace:  imbNLP.Data.evaluate
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.26
Syntax
C#
public List<string> input_ignoredTokens { get; set; }

Property Value

Type: ListString
The input ignored tokens.
See Also