feat: 引入分词能力,并新增词云子Tab

This commit is contained in:
digua
2026-01-28 00:24:44 +08:00
committed by digua
parent 923c424efe
commit 036141bcb0
28 changed files with 1914 additions and 69 deletions

View File

@@ -80,3 +80,6 @@ export type {
FilterResult,
FilterMessage,
} from './session'
// NLP 查询
export { getWordFrequency, segmentText, getPosTags } from './nlp'