 | pipelineNodeRegularTAddNodes Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Namespace:
imbNLP.PartOfSpeech.pipeline.core
Assembly:
imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntaxpublic 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