Click or drag to resize

multitextResourceParser Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Setups the text resource resolver for MULTITEXT format

Namespace:  imbNLP.PartOfSpeech.resourceProviders.multitext
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public 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