Click or drag to resize

pipelineModelTcreatePrimaryTasks Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
It will be called by [!:pipelineMachine.run(IPipelineModel)] method to get initial tasks to run

Namespace:  imbNLP.PartOfSpeech.pipeline.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public abstract List<IPipelineTask> createPrimaryTasks(
	Object[] resources
)

Parameters

resources
Type: SystemObject
Arbitrary resources that might be used for task creation

Return Value

Type: ListIPipelineTask

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.pipeline.core.pipelineModel`1.createPrimaryTasks(System.Object[])"]

Implements

IPipelineModelcreatePrimaryTasks(Object)
See Also