Click or drag to resize

pipelineModelT Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Namespace:  imbNLP.PartOfSpeech.pipeline.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
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