Click or drag to resize

pipelineNodeRegularTAddNodes Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the nodes as forwardPredefined and nextPredefined, and returns node according to returnHost and returnNextNotForward

Namespace:  imbNLP.PartOfSpeech.pipeline.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public IPipelineNode AddNodes(
	IPipelineNode __forwardNode,
	IPipelineNode __nextNode,
	bool returnHost = false,
	bool returnNextNotForward = false
)

Parameters

__forwardNode
Type: imbNLP.PartOfSpeech.pipeline.coreIPipelineNode
The forward node.
__nextNode
Type: imbNLP.PartOfSpeech.pipeline.coreIPipelineNode
The next node.
returnHost (Optional)
Type: SystemBoolean
if set to true [return host].
returnNextNotForward (Optional)
Type: SystemBoolean
if set to true [return next not forward].

Return Value

Type: IPipelineNode

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.pipeline.core.pipelineNodeRegular`1.AddNodes(imbNLP.PartOfSpeech.pipeline.core.IPipelineNode,imbNLP.PartOfSpeech.pipeline.core.IPipelineNode,System.Boolean,System.Boolean)"]

See Also