Click or drag to resize

TokenizeReplaceRuleExecute Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Executes the rule against the specified text.

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

Parameters

text
Type: SystemString
The text.

Return Value

Type: String
processed version of the text
See Also