unloadVocab

Syntax

unloadVocab([vocabName])

Arguments

vocabName (optional) A STRING scalar specifying the name of the vocabulary to unload. If unspecified, all loaded vocabularies will be removed from memory.

Details

Unloads the specified vocabulary from memory.

Examples

unloadVocab("vocab1")

Related functions: loadVocab, tokenizeBert