UNPKG

az

Version:

A NLP library for Russian language

60 lines (59 loc) 1.2 kB
{ "name": "az", "version": "0.2.3", "description": "A NLP library for Russian language", "main": "dist/az.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/deNULL/Az.js.git" }, "keywords": [ "NLP", "natural", "language", "processing", "morphology", "syntax", "tokenization", "words", "names", "parse", "inflect", "Russian" ], "author": "Denis Olshin (me@denull.ru)", "license": "MIT", "bugs": { "url": "https://github.com/deNULL/Az.js/issues" }, "homepage": "https://github.com/deNULL/Az.js#readme", "devDependencies": { "blanket": "^1.2.3", "chai": "^3.5.0", "gulp": "^3.9.1", "gulp-concat": "^2.6.0", "gulp-filesize": "0.0.6", "gulp-jsdoc-to-markdown": "^1.2.2", "gulp-rename": "^1.2.2", "gulp-sourcemaps": "^2.0.0-alpha", "gulp-uglify": "^1.5.3", "gulp-util": "^3.0.7", "merge-stream": "^1.0.0", "mocha": "^2.4.5", "sinon": "^1.17.3" }, "config": { "blanket": { "pattern": [ "" ], "data-cover-never": [ "node_modules", "test" ] } } }