mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-05-28 01:57:25 +08:00
10 lines
232 B
TypeScript
10 lines
232 B
TypeScript
/**
|
|
* NLP 模块统一导出
|
|
*/
|
|
|
|
export * from './types'
|
|
export * from './stopwords'
|
|
export * from './segmenter'
|
|
// dictManager 需要 electron app 模块,只能在主进程中直接导入
|
|
// import { ... } from './dictManager'
|