mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-05-02 19:21:54 +08:00
feat: 引入分词能力,并新增词云子Tab
This commit is contained in:
7
electron/main/nlp/index.ts
Normal file
7
electron/main/nlp/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* NLP 模块统一导出
|
||||
*/
|
||||
|
||||
export * from './types'
|
||||
export * from './stopwords'
|
||||
export * from './segmenter'
|
||||
Reference in New Issue
Block a user