 | pipelineRegexTestNode Constructor (String, String) |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Sets test for regex replacement of the matched test
Namespace:
imbNLP.PartOfSpeech.pipelineForPos.node
Assembly:
imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntaxpublic pipelineRegexTestNode(
string regexTest,
string __replacement = ""
)
Parameters
- regexTest
- Type: SystemString
The regex test. - __replacement (Optional)
- Type: SystemString
The replacement.
See Also