unloadVocab
First introduced in versions: 3.00.4, 3.00.3.1
Syntax
unloadVocab([vocabName])
Details
Unloads the specified vocabulary from memory.
Parameters
vocabName (optional) A STRING scalar specifying the name of the vocabulary to unload. If unspecified, all loaded vocabularies will be removed from memory.
Returns
None.
Examples
unloadVocab("vocab1")
Related functions: loadVocab, tokenizeBert
