UNPKG

novel-segment

Version:

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

11 lines 617 B
"use strict"; /** * Created by user on 2018/4/15/015. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.arr_cjk = exports.text_list = exports.char_table = void 0; const list_1 = require("@lazy-cjk/zh-table-list/list"); Object.defineProperty(exports, "char_table", { enumerable: true, get: function () { return list_1.charTableList; } }); Object.defineProperty(exports, "text_list", { enumerable: true, get: function () { return list_1.textList; } }); Object.defineProperty(exports, "arr_cjk", { enumerable: true, get: function () { return list_1.arrCjk; } }); //# sourceMappingURL=cjk.js.map