UNPKG

node-ngram

Version:
35 lines (34 loc) 717 B
{ "name": "node-ngram", "version": "0.0.8", "description": "Nodejs text n-grams", "main": "index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha" }, "repository": { "type": "git", "url": "git+https://github.com/duyetdev/node-ngram.git" }, "keywords": [ "node", "nlp", "ngrams", "text", "processing" ], "author": "Van-Duyet Le", "license": "MIT", "bugs": { "url": "https://github.com/duyetdev/node-ngram/issues" }, "homepage": "https://github.com/duyetdev/node-ngram#readme", "dependencies": { "lodash": "^3.10.1", "node-textcleaner": "0.0.1", "node-vntokenizer": "0.0.1" }, "devDependencies": { "mocha": "^2.3.3" } }