novel-segment
Version:
Chinese word segmentation 簡繁中文分词模块 以網路小說為樣本
126 lines (125 loc) • 3.78 kB
JSON
{
"name": "novel-segment",
"version": "2.7.39",
"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"
},
"license": "ISC",
"author": "Zongmin Lei <leizongmin@gmail.com>",
"contributors": [
"Lei Zongmin <leizongmin@gmail.com>"
],
"main": "./index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"coverage": "npx nyc npm run test",
"test": "yarn run local-delete-cache-db && yarn run test-ts && yarn run test-fixme && yarn run test:jest",
"test-fixme": "ts-node ./test/chk-fixme",
"test:jest": "jest",
"test-js": "npx mocha \"!(node_modules)/**/*.test.js\"",
"test-ts": "npx mocha --require ts-node/register \"!(node_modules)/**/*.test.{ts,tsx}\"",
"posttest": "yarn run preversion",
"build:sort:stringify:cache": "node ./script/sort-stringify-cache.js",
"npm:publish": "npm publish",
"npm:publish:lerna": "npx lerna publish --yes --cd-version patch",
"preversion": "git commit -m \"chore: save repo before new version\" ./test/res/ ./test/demo.cache.ts & echo preversion",
"prepublish:lockfile": "npx sync-lockfile .",
"prepublishOnly": "yarn run test",
"prepack": "echo prepack",
"postpack": "echo postpack",
"publish": "echo publish",
"postpublish": "yarn run postpublishOnly:add",
"postpublish2": "yarn run build:sort:stringify:cache && node ./script/publish-after2",
"postpublish_": "git commit -m \"chore(release): publish\" .",
"postpublish:done": "echo postpublish:done",
"postpublish:done_": "yarn run postpublish2",
"postpublishOnly:add": "npx yarn-tool root run postpublishOnly:add novel-segment @novel-segment/api-server",
"docs": "npx typedoc --options ./typedoc.config.js",
"local-delete-cache-db": "ts-node ./test/lib/delete-cache.ts",
"ncu": "npx yarn-tool ncu -u",
"sort-package-json": "npx yarn-tool sort",
"travis": "typedoc --options ./typedoc.config.js"
},
"dependencies": {
"@bluelovers/fast-glob": "^3.0.4",
"@lazy-cjk/zh-table-list": "^1.0.45",
"@novel-segment/postag": "^1.0.1",
"array-hyper-unique": "^1.1.9",
"bluebird": "^3.7.2",
"cjk-conv": "^1.2.106",
"core-decorators": "^0.20.0",
"crlf-normalize": "^1.0.5",
"deepmerge-plus": "^2.1.3",
"lodash": "^4.17.19",
"regexp-cjk": "^3.3.72",
"segment-dict": "^2.3.122",
"sort-object-keys2": "^2.0.3",
"str-util": "^2.3.25",
"ts-enum-util": "4.0.2",
"ts-type": "^1.2.25",
"uni-string": "^1.1.10"
},
"devDependencies": {
"@novel-segment/util": "^1.0.36"
},
"gitHead": "8555208730f188309bdbf003562a6df1347cb224"
}