UNPKG

novel-segment

Version:

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

10 lines 344 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SegmentBase = void 0; const tslib_1 = require("tslib"); const core_1 = tslib_1.__importDefault(require("./core")); class SegmentBase extends core_1.default { } exports.SegmentBase = SegmentBase; exports.default = SegmentBase; //# sourceMappingURL=index.js.map