node-tfidf
Version:
TF-IDF string for Nodejs
35 lines (34 loc) • 720 B
JSON
{
"name": "node-tfidf",
"version": "0.0.2",
"description": "TF-IDF string for Nodejs",
"main": "index.js",
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/duyetdev/node-tfidf.git"
},
"keywords": [
"tfidf",
"vietnamese",
"node-tfidf",
"word",
"vector",
"duyetdev",
"tokenzier",
"ngram"
],
"author": "Van-Duyet Le",
"license": "MIT",
"bugs": {
"url": "https://github.com/duyetdev/node-tfidf/issues"
},
"homepage": "https://github.com/duyetdev/node-tfidf#readme",
"dependencies": {
"node-vntokenizer": "0.0.1",
"underscore": "^1.8.3",
"vietnamese-stopwords": "0.0.2"
}
}