Click or drag to resize

textResourceIndexBaseSaveBinTry Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Saves the bin try.

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

Parameters

pathToCachedFile
Type: SystemString
The path to cached file.
logger
Type: ILogBuilder
The logger.
overwrite (Optional)
Type: SystemBoolean
if set to true [overwrite].

Return Value

Type: Boolean

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

See Also