 | multitextResourceParser Constructor |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Setups the text resource resolver for MULTITEXT format
Namespace:
imbNLP.PartOfSpeech.resourceProviders.multitext
Assembly:
imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntaxpublic multitextResourceParser(
string resourceFilePath,
string grammSpecFilename,
ILogBuilder logger = null
)
Parameters
- resourceFilePath
- Type: SystemString
File path to the actual lexic resource used - grammSpecFilename
- Type: SystemString
Gram Tags converter specification - logger (Optional)
- Type: ILogBuilder
The logger.
See Also