Sync all projects

This commit is contained in:
github-actions[bot]
2026-07-28 12:25:15 +00:00
parent f80ebec583
commit fa0fa12a49
495 changed files with 367876 additions and 4483 deletions
+6
View File
@@ -0,0 +1,6 @@
import type { IPinyinSegment } from "./declare";
/**
* TODO: 分词并带词性信息,需要调整 segment_pinyin 方法。
* 分词并标注词性。
*/
export declare function segment(hans: string, segment?: IPinyinSegment): string[];