Click or drag to resize

textResourceResolverBaseSetup Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
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.30
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