nlp-word2vec
Version:
node.js interface to the Google word2vec tool
40 lines • 1.17 kB
JSON
{
"name": "nlp-word2vec",
"version": "0.0.0",
"description": "node.js interface to the Google word2vec tool",
"main": "lib/index.js",
"scripts": {
"test": "mocha",
"postinstall": "make --directory=src",
"test-cov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec",
"codecov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/codecov/coverage --report lcovonly -- -R spec && cat ./reports/codecov/coverage/lcov.info | codecov && rm -rf ./reports/codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Planeshifter/node-word2vec.git"
},
"keywords": [
"text-analytics",
"deep-learning",
"word-distance"
],
"author": {
"name": "Philipp Burckhardt"
},
"license": "APA-2",
"bugs": {
"url": "https://github.com/Planeshifter/node-word2vec/issues"
},
"homepage": "https://github.com/Planeshifter/node-word2vec",
"dependencies": {
"change-case": "^3.0.1",
"charm": "^1.0.0",
"underscore": "^1.7.0"
},
"devDependencies": {
"chai": "3.x.x",
"codecov.io": "^0.1.5",
"istanbul": "^0.3.8",
"mocha": "2.x.x"
}
}