Click or drag to resize

pipelineNodeTNestNode Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Nests the node.

Namespace:  imbNLP.PartOfSpeech.pipeline.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
protected IPipelineNode NestNode(
	IPipelineNode node,
	bool returnHost = false
)

Parameters

node
Type: imbNLP.PartOfSpeech.pipeline.coreIPipelineNode
The node.
returnHost (Optional)
Type: SystemBoolean
if set to true [return host].

Return Value

Type: IPipelineNode

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

See Also