Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon committed Sep 7, 2020
1 parent e1b1603 commit 3d0a4cd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This library is 100% test covered 😁

## Features
- [Levenshtein](https://en.wikipedia.org/wiki/Levenshtein_distance)
- [LCS](https://en.wikipedia.org/wiki/Levenshtein_distance) (Longest common subsequence) with associated edit distance ✨
- [LCS](https://en.wikipedia.org/wiki/Levenshtein_distance) (Longest common subsequence) with edit distance, backtrack and diff functions
- [Hamming](https://en.wikipedia.org/wiki/Hamming_distance)
- [Damerau-Levenshtein](https://en.wikipedia.org/wiki/Damerau%E2%80%93Levenshtein_distance), with following variants :
- OSA (Optimal string alignment) ✨
Expand All @@ -56,11 +56,6 @@ This library is 100% test covered 😁
- Computed similarity percentage functions based on all available edit distance algorithms in this lib ✨
- ASCII and Unicode compatibility ! 🥳

### Coming soon :
- LCS backtrack and diff functions
- And many more ! 😁


## Installation
Open bash into you project folder and run :

Expand Down

0 comments on commit 3d0a4cd

Please sign in to comment.