 | 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
Syntaxpublic pipelineRegexTestNode(
string regexTest,
string __replacement = ""
)
Parameters
- regexTest
- Type: SystemString
The regex test. - __replacement (Optional)
- Type: SystemString
The replacement.
See Also