Click or drag to resize

TokenizeReplaceRuleExecute Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Executes the rule against the specified text.

Namespace:  imbNLP.Toolkit.Processing
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public string Execute(
	string text
)

Parameters

text
Type: SystemString
The text.

Return Value

Type: String
processed version of the text
See Also