Files
ChatLab/electron/main/nlp/index.ts
T

10 lines
232 B
TypeScript

/**
* NLP 模块统一导出
*/
export * from './types'
export * from './stopwords'
export * from './segmenter'
// dictManager 需要 electron app 模块,只能在主进程中直接导入
// import { ... } from './dictManager'