segment-dict
Version:
novel-segment segment data
107 lines (106 loc) • 2.58 kB
JSON
{
"name": "segment-dict",
"version": "2.2.72",
"description": "novel-segment segment data",
"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",
"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/node-segment-dict#readme",
"bugs": {
"url": "https://github.com/bluelovers/node-segment-dict/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluelovers/node-segment-dict.git"
},
"license": "ISC",
"author": "",
"main": "index.js",
"directories": {
"lib": "lib",
"dict": "dict",
"test": "test"
},
"scripts": {
"sort-synonym-table": "ts-node ./script/sort.synonym.table.ts",
"sort-dict-synonym": "ts-node ./script/sort.dict_synonym.ts",
"prepack": "echo prepack",
"postpack": "echo postpack",
"prepublishOnly": "echo prepublishOnly & npm run sort-synonym-table & npm run sort-dict-synonym",
"publish": "echo publish",
"postpublish": "echo postpublish && node ./script/publish-after",
"travis": "typedoc --options ./typedoc.config.js",
"docs": "npx typedoc --options ./typedoc.config.js",
"local-link": "npm link novel-segment",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bluebird": "^3.5.3",
"core-decorators": "^0.20.0",
"crlf-normalize": "^1.0.3",
"fast-glob": "^2.2.6",
"fs-extra": "^7.0.1",
"split2": "^3.1.0",
"stream-pipe": "^1.0.1",
"through2": "^3.0.1",
"uni-string": "^1.1.0",
"upath2": "^2.1.3"
},
"devDependencies": {
"@bluelovers/tsconfig": "^1.0.1",
"@types/bluebird": "^3",
"@types/node": "^11",
"array-hyper-unique": "^1.0.7",
"cjk-conv": "^1",
"cross-spawn-extra": "^1.0.5",
"debug-color2": "^1",
"git-root2": "^1.0.4",
"novel-segment": "^2",
"str-util": "^2.3.17",
"string-natural-compare": "^2"
}
}