Files
tvbox_collect/cpu_iy2/node_modules/pinyin/lib/umd/segment-web.d.ts
T
2026-07-28 12:25:15 +00:00

7 lines
248 B
TypeScript

import type { IPinyinSegment } from "./declare";
/**
* TODO: 分词并带词性信息,需要调整 segment_pinyin 方法。
* 分词并标注词性。
*/
export declare function segment(hans: string, segment?: IPinyinSegment): string[];