Click or drag to resize

pipelineMachinerunSeparate Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Runs the specified model.

Namespace:  imbNLP.PartOfSpeech.pipeline.machine
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
protected void runSeparate(
	pipelineModelExecutionContext output
)

Parameters

output
Type: imbNLP.PartOfSpeech.pipeline.machinepipelineModelExecutionContext
The output.
See Also