UNPKG

novel-segment

Version:

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

13 lines (12 loc) 294 B
/** * Created by user on 2017/8/13/013. */ export declare const project_root: string; export declare const dict_root: string; export declare const temp_root: string; declare const _default: { project_root: string; dict_root: string; temp_root: string; }; export default _default;