bm25
Version:
Computes BM25 Vectorization of Text.
63 lines (62 loc) • 1.43 kB
JSON
{
"_from": "bm25",
"_id": "bm25@0.1.0",
"_inBundle": false,
"_integrity": "sha512-qkHLOF4G3SBs0qTHYziQ43GHyPtgYfFWzD6tp5l3U99fe+hbOja/pZqsRG9kHGBIkgcUnI5LVCVDPPsgnXGzIA==",
"_location": "/bm25",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "bm25",
"name": "bm25",
"escapedName": "bm25",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/bm25/-/bm25-0.1.0.tgz",
"_shasum": "67c38edb681f4e6b133941fda139978e1c76dbbc",
"_spec": "bm25",
"_where": "/home/jj/Desktop",
"author": {
"name": "John Jung"
},
"bugs": {
"url": "https://github.com/zjohn77/bm25/issues"
},
"bundleDependencies": false,
"dependencies": {
"lodash": "^4.17.4"
},
"deprecated": false,
"description": "Computes BM25 Vectorization of Text. ",
"directories": {
"test": "test"
},
"homepage": "https://github.com/zjohn77/bm25#readme",
"keywords": [
"bm25",
"okapi bm25",
"tfidf",
"tf-idf",
"term weighting",
"vector space model"
],
"license": "MIT",
"main": "index.js",
"name": "bm25",
"repository": {
"type": "git",
"url": "git+https://github.com/zjohn77/bm25.git"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.1.1"
}