Click or drag to resize

resourceConverterForGramaticTagsLoadSpecificationCSV Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Loads the specification from two CSV files

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
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