nk-vector
Version:
41 lines (40 loc) • 860 B
JSON
{
"name": "nk-vector",
"version": "0.0.33",
"description": "NK-VEC",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:trinhdoduyhungss/nk-vector.git"
},
"keywords": [
"Javascript",
"nlp",
"neural",
"word",
"embedding",
"word2vec",
"new",
"embedding",
"model"
],
"author": "Trịnh Đỗ Duy Hưng <trinhhungsss492@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/trinhdoduyhungss/nk-vector/issues"
},
"private": false,
"engines": {
"node": ">=10.16.0"
},
"engineStrict": true,
"homepage": "https://github.com/trinhdoduyhungss/nk-vector#readme",
"readme": "README.md",
"devDependencies": {},
"dependencies": {
"vntk": "^1.4.4"
}
}