Click or drag to resize

pipelineModelT Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbNLP.PartOfSpeech.pipeline.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
protected pipelineModel(
	ILogBuilder _logger = null,
	string __name = ""
)

Parameters

_logger (Optional)
Type: ILogBuilder

[Missing <param name="_logger"/> documentation for "M:imbNLP.PartOfSpeech.pipeline.core.pipelineModel`1.#ctor(imbSCI.Core.reporting.ILogBuilder,System.String)"]

__name (Optional)
Type: SystemString

[Missing <param name="__name"/> documentation for "M:imbNLP.PartOfSpeech.pipeline.core.pipelineModel`1.#ctor(imbSCI.Core.reporting.ILogBuilder,System.String)"]

See Also