diff --git a/README.md b/README.md index d104ed0..ecff68b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,8 @@
- - - - - + + @@ -13,9 +10,6 @@ - - - @@ -58,6 +52,7 @@ This library is 100% test covered 😁 - Adjacent transpositions ✨ - [Jaro & Jaro-Winkler](https://fr.wikipedia.org/wiki/Distance_de_Jaro-Winkler) similarity algorithms ✨ - [Cosine Similarity](https://en.wikipedia.org/wiki/Cosine_similarity) algorithm to compare strings ✨ +- [Jaccard Index](https://en.wikipedia.org/wiki/Jaccard_index) ✨ - Computed similarity percentage functions based on all available edit distance algorithms in this lib ✨ - Fuzzy search functions based on edit distance with unique or multiples strings output ✨