Click or drag to resize

wlfConstructorTypeManagerGetInstance Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the of model

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

Parameters

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

Return Value

Type: IWLFConstructor

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

See Also