Click or drag to resize

textResourceIndexBaseSaveUsedCache Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Saves the used cache.

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public void SaveUsedCache(
	string localLemmaResourcePath,
	bool clearCache = true
)

Parameters

localLemmaResourcePath
Type: SystemString
The local lemma resource path.
clearCache (Optional)
Type: SystemBoolean

[Missing <param name="clearCache"/> documentation for "M:imbNLP.PartOfSpeech.resourceProviders.core.textResourceIndexBase.SaveUsedCache(System.String,System.Boolean)"]

Implements

ITextResourceResolverSaveUsedCache(String, Boolean)
See Also