Click or drag to resize

tableReplaceResolver Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the tableReplaceResolver class

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public tableReplaceResolver(
	string resourceFilePath,
	ILogBuilder output = null
)

Parameters

resourceFilePath
Type: SystemString

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

output (Optional)
Type: ILogBuilder

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

See Also