Click or drag to resize

textResourceIndexBaseSetup Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Setups the specified resource file path.

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public void Setup(
	string resourceFilePath,
	string grammSpecFilename,
	string spellAlternatorFilename,
	ILogBuilder output = null,
	textResourceIndexResolveMode __mode = textResourceIndexResolveMode.resolveOnQuery
)

Parameters

resourceFilePath
Type: SystemString
The resource file path.
grammSpecFilename
Type: SystemString
The gramm spec filename.
spellAlternatorFilename
Type: SystemString

[Missing <param name="spellAlternatorFilename"/> documentation for "M:imbNLP.PartOfSpeech.resourceProviders.core.textResourceIndexBase.Setup(System.String,System.String,System.String,imbSCI.Core.reporting.ILogBuilder,imbNLP.PartOfSpeech.resourceProviders.core.textResourceIndexResolveMode)"]

output (Optional)
Type: ILogBuilder
The output.
__mode (Optional)
Type: imbNLP.PartOfSpeech.resourceProviders.coretextResourceIndexResolveMode

[Missing <param name="__mode"/> documentation for "M:imbNLP.PartOfSpeech.resourceProviders.core.textResourceIndexBase.Setup(System.String,System.String,System.String,imbSCI.Core.reporting.ILogBuilder,imbNLP.PartOfSpeech.resourceProviders.core.textResourceIndexResolveMode)"]

Exceptions
ExceptionCondition
ArgumentNullException resourceFilePath or grammSpecFilename
ArgumentOutOfRangeExceptionFile format not recognized for " + nameof(textResourceResolverBase) + " Setup call. - grammSpecFilename
See Also