novel-segment
Version:
Chinese word segmentation 簡繁中文分词模块 以網路小說為樣本
12 lines • 441 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.SegmentBase = void 0;
const core_1 = __importDefault(require("./core"));
class SegmentBase extends core_1.default {
}
exports.SegmentBase = SegmentBase;
exports.default = SegmentBase;
//# sourceMappingURL=index.js.map