UNPKG

513 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.TableDictStopword = void 0;
4const line_1 = require("./line");
5/**
6 * 原版 node-segment 的格式
7 */
8class TableDictStopword extends line_1.default {
9 constructor(type = TableDictStopword.type, options = {}, ...argv) {
10 super(type, options, ...argv);
11 }
12}
13exports.TableDictStopword = TableDictStopword;
14TableDictStopword.type = 'STOPWORD';
15exports.default = TableDictStopword;
16//# sourceMappingURL=stopword.js.map
\No newline at end of file