UNPKG

compare-strings

Version:

Finds degree of similarity between two strings, based on Dice's Coefficient and Levenshtein Distance.

32 lines (31 loc) 699 B
{ "name": "compare-strings", "version": "1.1.0", "description": "Finds degree of similarity between two strings, based on Dice's Coefficient and Levenshtein Distance.", "main": "compare-strings.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/kesarawimal/compare-strings.git" }, "keywords": [ "strings", "similar", "difference", "similarity", "compare", "comparison", "degree", "match", "matching", "dice", "levenshtein" ], "files": [ "compare-strings.js" ], "author": "Kesara Wimal (https://devrolabs.com/)", "license": "MIT" }