MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / clearJiebaInstance

Function clearJiebaInstance

packages/node-runtime/src/nlp/segmenter.ts:91–94  ·  view source on GitHub ↗
(dictType: DictType)

Source from the content-addressed store, hash-verified

89 * 清除指定词库的缓存实例(词库更新后调用)
90 */
91export function clearJiebaInstance(dictType: DictType): void {
92 jiebaInstances.delete(dictType)
93 console.log(`[NLP] jieba instance cleared: ${dictType}`)
94}
95
96function segmentChinese(
97 text: string,

Callers 2

downloadDictFunction · 0.90
deleteDictFunction · 0.90

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected