mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-04-23 18:19:01 +08:00
feat: 引入分词能力,并新增词云子Tab
This commit is contained in:
@@ -80,3 +80,6 @@ export type {
|
||||
FilterResult,
|
||||
FilterMessage,
|
||||
} from './session'
|
||||
|
||||
// NLP 查询
|
||||
export { getWordFrequency, segmentText, getPosTags } from './nlp'
|
||||
|
||||
Reference in New Issue
Block a user