Click or drag to resize

pipelineMachinerun Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Runs the specified model.

Namespace:  imbNLP.PartOfSpeech.pipeline.machine
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public pipelineModelExecutionContext run(
	IPipelineModel __model,
	params Object[] paramsForPrimaryTasks
)

Parameters

__model
Type: imbNLP.PartOfSpeech.pipeline.coreIPipelineModel
The model.
paramsForPrimaryTasks
Type: SystemObject
The parameters for primary tasks creation, passed to the model

Return Value

Type: pipelineModelExecutionContext

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

See Also