Click or drag to resize

pipelineRegexTestNode Constructor (String, String)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets test for regex replacement of the matched test

Namespace:  imbNLP.PartOfSpeech.pipelineForPos.node
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public pipelineRegexTestNode(
	string regexTest,
	string __replacement = ""
)

Parameters

regexTest
Type: SystemString
The regex test.
__replacement (Optional)
Type: SystemString
The replacement.
See Also