damerau-levenshtein
Advanced tools
Comparing version 0.1.3 to 1.0.0
{ | ||
"name": "damerau-levenshtein", | ||
"version": "0.1.3", | ||
"version": "1.0.0", | ||
"description": "Damerau - Levenshtein distance by The Spanish Inquisition + relative distance", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,6 +9,7 @@ I use algorithm kindly provided by TheSpanishInquisition here: <http://jsperf.com/damerau-levenshtein-distance>. | ||
{ | ||
distance: 5, // Levenstein demerau distance | ||
relative: 0.7 // distance / length of bigger of two words | ||
steps: 5, // Levenstein demerau distance | ||
relative: 0.7, // steps / length of bigger of two words | ||
similarity: 0.3 // 1 - relative | ||
} | ||
```` | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2951
1
15