jaccard-array
Version:
Very simple package for measuring the similarity of two sets by their shared members.
21 lines (20 loc) • 630 B
JSON
{
"name": "jaccard-array",
"version": "1.0.1",
"description": "Very simple package for measuring the similarity of two sets by their shared members.",
"main": "jaccard.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bonnieetc/jaccard.git"
},
"author": "Bonnie Lampard",
"license": "MIT",
"bugs": {
"url": "https://github.com/bonnieetc/jaccard/issues"
},
"homepage": "https://github.com/bonnieetc/jaccard#readme",
"keywords": ["jaccard", "jaccard index", "similarity", "collaborative filtering"]
}