Click or drag to resize

itmConstructorTypeManagerGetInstance Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the of model

Namespace:  imbNLP.PartOfSpeech.nlpTools
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public IIndustryTermModelConstructor GetInstance(
	string crawler_classname,
	ILogBuilder loger
)

Parameters

crawler_classname
Type: SystemString
The crawler classname.
loger
Type: ILogBuilder
The loger.

Return Value

Type: IIndustryTermModelConstructor

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.nlpTools.itmConstructorTypeManager.GetInstance(System.String,imbSCI.Core.reporting.ILogBuilder)"]

See Also