UNPKG

node-vntokenizer

Version:

Tokenizer for Vietnamese in Nodejs and Javascript

38 lines (37 loc) 802 B
{ "name": "node-vntokenizer", "version": "0.0.2", "description": "Tokenizer for Vietnamese in Nodejs and Javascript", "main": "index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha" }, "repository": { "type": "git", "url": "git+https://github.com/duyetdev/node-vntokenizer.git" }, "keywords": [ "node", "nlp", "vntokenizers", "text", "processing", "ngram", "tokenizer", "vietnam", "vietnamese" ], "author": "Van-Duyet Le", "license": "MIT", "bugs": { "url": "https://github.com/duyetdev/node-vntokenizer/issues" }, "homepage": "https://github.com/duyetdev/node-vntokenizer#readme", "dependencies": { "lodash": "^3.10.1", "underscore": "^1.8.3" }, "devDependencies": { "mocha": "^2.3.3" } }