Click or drag to resize

pipelineModelTprocess Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Process call -- just forwards the task to its first child

Namespace:  imbNLP.PartOfSpeech.pipeline.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public override IPipelineNode process(
	IPipelineTask task
)

Parameters

task
Type: imbNLP.PartOfSpeech.pipeline.machineIPipelineTask
The task.

Return Value

Type: IPipelineNode

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.pipeline.core.pipelineModel`1.process(imbNLP.PartOfSpeech.pipeline.machine.IPipelineTask)"]

Implements

IPipelineNodeprocess(IPipelineTask)
IPipelineNodeprocess(IPipelineTask)
See Also