Click or drag to resize

textResourceIndexBaseLoadLexicResource Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Loads the lexic resource.

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public void LoadLexicResource(
	ILogBuilder output,
	string resourceFilePath
)

Parameters

output
Type: ILogBuilder
The output.
resourceFilePath
Type: SystemString
The resource file path.

Implements

ITextResourceResolverLoadLexicResource(ILogBuilder, String)
See Also