UNPKG

novel-segment

Version:

Chinese word segmentation 簡繁中文分词模块 以網路小說為樣本

13 lines (12 loc) 414 B
import { IDICT } from '../Segment'; export declare namespace _COLORS { const ZH = "\u8272"; const COLOR_HAIR: string[]; const COLOR_WITH_RGB: string[][]; const COLOR_ALL: string[]; function p(a: string[]): IDICT<number>; } export declare const COLOR_HAIR: IDICT<number>; export declare const COLOR_ALL: IDICT<number>; declare const _default: typeof import("./COLORS"); export default _default;