UNPKG

segment

Version:

Chinese word segmentation 中文分词模块

28 lines (27 loc) 615 B
{ "name": "segment", "main": "./index.js", "version": "0.1.3", "description": "Chinese word segmentation 中文分词模块", "keywords": ["segment", "chinese", "中文", "分词"], "author": "Zongmin Lei <leizongmin@gmail.com>", "contributors": [{ "name": "Lei Zongmin", "email": "leizongmin@gmail.com" }], "repository": { "type": "git", "url": "git://github.com/leizongmin/node-segment.git" }, "engines": { "node": ">= 0.4.0" }, "dependencies": {}, "devDependencies": { "should": "*", "mocha": ">= 1.2" }, "scripts": { "test": "mocha -t 5000" } }