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

Function initNlpDir

packages/node-runtime/src/nlp/segmenter.ts:33–35  ·  view source on GitHub ↗
(nlpDir: string)

Source from the content-addressed store, hash-verified

31 * 设置自定义词库目录路径(由应用初始化时调用)
32 */
33export function initNlpDir(nlpDir: string): void {
34 _nlpDir = nlpDir
35}
36
37export function getNlpDir(): string | null {
38 return _nlpDir

Callers 2

registerNlpRoutesFunction · 0.90
dbWorker.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected