UNPKG

novel-segment

Version:

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

11 lines 282 B
"use strict"; /** * Created by user on 2020/7/1. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.notNum = void 0; function notNum(val) { return typeof val !== 'number' || Number.isNaN(val); } exports.notNum = notNum; //# sourceMappingURL=isNum.js.map