Click or drag to resize

textResourceIndexBaseLoadBinTry Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Loads the bin try.

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public bool LoadBinTry(
	string pathToCachedFile,
	ILogBuilder logger
)

Parameters

pathToCachedFile
Type: SystemString
The path to cached file.
logger
Type: ILogBuilder
The logger.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.resourceProviders.core.textResourceIndexBase.LoadBinTry(System.String,imbSCI.Core.reporting.ILogBuilder)"]

See Also