UNPKG

novel-segment

Version:

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

12 lines (11 loc) 278 B
/** * Created by user on 2018/4/19/019. */ import { IDICT } from '../Segment'; /** * 日期时间常见组合 */ export declare let _DATETIME: string[]; export declare const DATETIME: IDICT<number>; declare const _default: typeof import("./const"); export default _default;