Click or drag to resize

IPipelineModelcreatePrimaryTasks Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates the primary tasks, called by machine's run method

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

Parameters

resources
Type: SystemObject
The resources.

Return Value

Type: ListIPipelineTask

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

See Also