Click or drag to resize

resourceConverterForGramaticTagsLoadSpecificationExcelFile Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads the specification excel file from the specified path, and prints out the log. [Not working]

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public void LoadSpecificationExcelFile(
	string grammSpecPath,
	ILogBuilder output
)

Parameters

grammSpecPath
Type: SystemString
The gramm spec path.
output
Type: ILogBuilder
The output.
See Also