UNPKG

novel-segment

Version:

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

126 lines (125 loc) 3.73 kB
{ "name": "novel-segment", "version": "2.7.121", "description": "Chinese word segmentation 簡繁中文分词模块 以網路小說為樣本", "keywords": [ "NLP", "PanGuSegment", "PoS tagging", "analyzer", "async", "chinese", "chinese segmentation", "data", "dict", "dictionary", "file", "hanzi", "jieba", "load", "loader", "machine learning", "morphological analysis", "natural language processing", "node-novel", "novel", "novel-segment", "node-segment", "opencc", "optimizer", "pangu", "phrases", "segment", "segmentalization", "segmentation", "segmenter", "split", "stopword", "stream", "sync", "synonym", "text mining", "tokenizer", "variant", "word", "word segmentation", "中文", "中文分詞", "中文分词", "分詞", "分词", "盘古分词", "盤古分詞", "簡繁" ], "homepage": "https://github.com/bluelovers/ws-segment/tree/master/packages/novel-segment#readme", "bugs": { "url": "https://github.com/bluelovers/ws-segment/issues" }, "repository": { "type": "git", "url": "git+https://github.com/bluelovers/ws-segment.git", "directory": "packages/novel-segment" }, "license": "ISC", "author": "Zongmin Lei <leizongmin@gmail.com>", "contributors": [ "Lei Zongmin <leizongmin@gmail.com>" ], "main": "./index.js", "directories": { "lib": "lib", "test": "test" }, "scripts": { "coverage": "yarn run test -- --coverage", "test": "yarn run local-delete-cache-db && yarn run test-ts && yarn run test-fixme && yarn run test:jest", "test-fixme": "tsx ./test/chk-fixme", "test:jest": "jest", "test:jest:snapshot": "yarn run test:jest -- -u", "test-js": "ynpx ts-mocha \"!(node_modules)/**/*.test.js\"", "test:snapshot": "yarn run test -- -u", "test-ts": "ts-mocha \"!(node_modules)/**/*.test.{ts,tsx}\"", "test:tsd": "ynpx tsd", "build:sort:stringify:cache": "node ./script/sort-stringify-cache.js", "preversion": "git commit -m \"chore: save repo before new version\" ./test/res/ ./test/demo.cache.ts & yarn run test", "version": "echo version", "prepublishOnly": "echo prepublishOnly", "postpublish": "yarn run postpublishOnly:add", "postpublish2": "yarn run build:sort:stringify:cache && node ./script/publish-after2", "postpublish:done": "echo postpublish:done", "postpublishOnly:add": "npx yarn-tool root run postpublishOnly:add novel-segment @novel-segment/api-server", "local-delete-cache-db": "tsx ./test/lib/delete-cache.ts", "ncu": "yarn-tool ncu -u", "sort-package-json": "yarn-tool sort" }, "dependencies": { "@bluelovers/fast-glob": "^3.0.4", "@lazy-cjk/zh-table-list": "^1.0.90", "@novel-segment/postag": "^1.0.30", "@novel-segment/stringify": "^1.0.17", "@novel-segment/table-blacklist": "^1.0.19", "@novel-segment/table-core-abstract": "^1.0.23", "@novel-segment/table-dict": "^1.0.24", "@novel-segment/table-stopword": "^1.0.19", "@novel-segment/table-synonym": "^1.0.19", "@novel-segment/types": "^1.0.13", "array-hyper-unique": "^2.1.6", "bluebird": "^3.7.2", "cjk-conv": "^1.2.149", "core-decorators": "^0.20.0", "crlf-normalize": "^1.0.20", "deepmerge-plus": "^3.0.2", "regexp-cjk": "^3.3.116", "segment-dict": "^2.3.210", "sort-object-keys2": "^3.0.7", "ts-enum-util": "4.1.0", "ts-type": "^3.0.1", "tslib": ">=2", "uni-string": "^2.0.7" }, "devDependencies": { "@novel-segment/util": "^1.0.79" }, "gitHead": "8bd55ab80a6ae3065eea9b399d147c521e38906f" }