Click or drag to resize

IPipelineNodeprocess Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Processes the specified task and returns the next node to go into

Namespace:  imbNLP.PartOfSpeech.pipeline.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
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.IPipelineNode.process(imbNLP.PartOfSpeech.pipeline.machine.IPipelineTask)"]

See Also