Click or drag to resize

tableResourceResolverBase Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the tableResourceResolverBase class

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public tableResourceResolverBase(
	string tableResourceFilePath,
	ILogBuilder output = null
)

Parameters

tableResourceFilePath
Type: SystemString

[Missing <param name="tableResourceFilePath"/> documentation for "M:imbNLP.PartOfSpeech.resourceProviders.core.tableResourceResolverBase.#ctor(System.String,imbSCI.Core.reporting.ILogBuilder)"]

output (Optional)
Type: ILogBuilder

[Missing <param name="output"/> documentation for "M:imbNLP.PartOfSpeech.resourceProviders.core.tableResourceResolverBase.#ctor(System.String,imbSCI.Core.reporting.ILogBuilder)"]

See Also