Click or drag to resize

textResourceResolverBaseSetup Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Prepares resource file for querying and loads the grammar tag converter specification

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
protected void Setup(
	string resourceFilePath,
	string grammSpecFilename,
	ILogBuilder output = null
)

Parameters

resourceFilePath
Type: SystemString
The text resource file path
grammSpecFilename
Type: SystemString
The Excel file with the grammar tag converter
output (Optional)
Type: ILogBuilder
The output.
See Also