sorensen-dice
Version:
Measures how similar two strings are in terms of the number of common bigrams using Sørensen–Dice coefficient
20 lines (19 loc) • 447 B
JSON
{
"name": "sorensen-dice",
"version": "1.0.0",
"description": "Measures how similar two strings are in terms of the number of common bigrams using Sørensen–Dice coefficient",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"keywords": [
"Sørensen–Dice",
"Sorensen"
],
"author": "Patrick Kang",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0"
}
}