Click or drag to resize

pipelineModelExecutionContext Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the pipelineModelExecutionContext class.

Namespace:  imbNLP.PartOfSpeech.pipeline.machine
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public pipelineModelExecutionContext(
	IPipelineModel __model
)

Parameters

__model
Type: imbNLP.PartOfSpeech.pipeline.coreIPipelineModel
The model.
See Also