Click or drag to resize

TokenizerBaseInputReplacers Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Set of replacement rules to be applied on a text, before splitting the text into tokens

Namespace:  imbNLP.Toolkit.Processing
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public List<TokenizeReplaceRule> InputReplacers { get; set; }

Property Value

Type: ListTokenizeReplaceRule
The input replacers.

Implements

ITokenizerInputReplacers
See Also