jaccard-similarity-sentences
Version:
Implements the Jaccard algorithm for finding the similarity coefficient between sentences
33 lines (32 loc) • 911 B
JSON
{
"name": "jaccard-similarity-sentences",
"version": "1.0.2",
"description": "Implements the Jaccard algorithm for finding the similarity coefficient between sentences",
"main": "app/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec",
"start": "node ./app/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lilia-simeonova/jaccard-similarity-sentences/"
},
"keywords": [
"jaccard",
"nlp",
"similarity",
"sentences"
],
"author": "Lilia Simeonova",
"license": "MIT",
"bugs": {
"url": "https://github.com/lilia-simeonova/jaccard-similarity-sentences/issues"
},
"homepage": "https://github.com/lilia-simeonova/jaccard-similarity-sentences#readme",
"dependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"natural": "^0.4.0"
},
"devDependencies": {}
}