Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
33
export
function
initNlpDir(nlpDir: string): void {
34
_nlpDir = nlpDir
35
}
36
37
export
function
getNlpDir(): string | null {
38
return
_nlpDir
Callers
2
registerNlpRoutes
Function · 0.90
dbWorker.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected