Click or drag to resize

resourceConverterForGramaticTagsLoadSpecificationCSV Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads the specification from two CSV files

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

Parameters

formatCSVPath
Type: SystemString
The format CSV path.
translationCSVPath
Type: SystemString
The translation CSV path.
output
Type: ILogBuilder
The output.
See Also