Click or drag to resize

pipelineRegexTestNode Constructor (String, Int32, Object)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets test for distribution pipelineRegexTestNode and optionaly for group replacer

Namespace:  imbNLP.PartOfSpeech.pipelineForPos.node
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public pipelineRegexTestNode(
	string regexTest,
	int _current = -1,
	Object[] __tagsToApply = null
)

Parameters

regexTest
Type: SystemString
The regex test.
_current (Optional)
Type: SystemInt32

[Missing <param name="_current"/> documentation for "M:imbNLP.PartOfSpeech.pipelineForPos.node.pipelineRegexTestNode.#ctor(System.String,System.Int32,System.Object[])"]

__tagsToApply (Optional)
Type: SystemObject

[Missing <param name="__tagsToApply"/> documentation for "M:imbNLP.PartOfSpeech.pipelineForPos.node.pipelineRegexTestNode.#ctor(System.String,System.Int32,System.Object[])"]

See Also