term-frequency
Version:
A simple term frequency lib
33 lines (32 loc) • 747 B
JSON
{
"name": "term-frequency",
"version": "0.0.15",
"description": "A simple term frequency lib",
"main": "index.js",
"scripts": {
"test": "mocha && standard"
},
"devDependencies": {
"mocha": "^2.3.2",
"should": "^7.1.0",
"standard": "^6.0.8",
"standard-format": "^2.2.3",
"stopword": "0.1.1",
"term-vector": "0.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fergiemcdowall/term-frequency.git"
},
"keywords": [
"term",
"frequency",
"tf-idf"
],
"author": "Fergus McDowall",
"license": "MIT",
"bugs": {
"url": "https://github.com/fergiemcdowall/term-frequency/issues"
},
"homepage": "https://github.com/fergiemcdowall/term-frequency#readme"
}