 | 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
Syntaxpublic 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