idf
Version:
Function that takes a Term-Document map; computes IDFs.
60 lines (59 loc) • 1.47 kB
JSON
{
"_from": "idf",
"_id": "idf@0.1.0",
"_inBundle": false,
"_integrity": "sha512-IirkqtI22WM8FfxAbe3fVG/riqgJGc+Xvrz93z6sSgcO0PZG6a9pV9r6cAaOPNYiamaoyl36lrr8Sh9Bripwjw==",
"_location": "/idf",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "idf",
"name": "idf",
"escapedName": "idf",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/idf/-/idf-0.1.0.tgz",
"_shasum": "c5d4cae4d9536a8dd1d0ff42930da21827ddc6b0",
"_spec": "idf",
"_where": "/home/jj/Desktop",
"author": {
"name": "John Jung"
},
"bugs": {
"url": "https://github.com/zjohn77/Inverse-Document-Frequency/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Function that takes a Term-Document map; computes IDFs.",
"directories": {
"test": "test"
},
"homepage": "https://github.com/zjohn77/Inverse-Document-Frequency#readme",
"keywords": [
"idf",
"tfidf",
"tf-idf",
"inverse document frequency",
"term weighting",
"vector space model"
],
"license": "MIT",
"main": "index.js",
"name": "idf",
"repository": {
"type": "git",
"url": "git+https://github.com/zjohn77/Inverse-Document-Frequency.git"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.1.2"
}