String Similarity Versions Save

Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.

4.0.4

3 years ago

4.0.2

3 years ago

Update all dependencies to latest

4.0.1

4 years ago
  • Including UMD build

3.0.0

5 years ago
  • Performance improvement for compareTwoStrings(..): now O(n) instead of O(n^2)
  • The algorithm has been tweaked slightly to disregard spaces and word boundaries. This will change the rating values slightly but not enough to make a significant difference
  • Adding a bestMatchIndex to the results for findBestMatch(..) to point to the best match in the supplied targetStrings array

2.0.0

5 years ago
  • Removed production dependencies
  • Updated to ES6 (this breaks backward-compatibility for pre-ES6 apps)

1.2.2

5 years ago