Click or drag to resize

TokenizerBaseInputReplacers Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
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.30
Syntax
C#
public List<TokenizeReplaceRule> InputReplacers { get; set; }

Property Value

Type: ListTokenizeReplaceRule
The input replacers.

Implements

ITokenizerInputReplacers
See Also