Click or drag to resize

ITextResourceResolverSaveUsedCache Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbNLP.PartOfSpeech.resourceProviders.core.ITextResourceResolver.SaveUsedCache(System.String,System.Boolean)"]

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

Parameters

localLemmaResourcePath
Type: SystemString

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

clearCache (Optional)
Type: SystemBoolean

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

See Also