Skip to content

Commit 4f80aa1

Browse files
committed
2 parents d1e79bd + 2a6a331 commit 4f80aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
A library implementing different string similarity and distance algorithms.
55

6-
Currently implemeted:
6+
Currently implemented:
77
- Levenshtein edit distance;
88
- Damerau-Levenshtein distance;
99
- Jaro-Winkler similarity;
@@ -65,7 +65,7 @@ The main characteristics of each implemented algorithm are presented below. The
6565
| Damerau-Levenshtein |distance | No | No | | O(m.n) |
6666
| Jaro-Winkler |similarity<br>distance | Yes | No | | O(m.n) |
6767
| Longest Common Subsequence |distance | No | No | | O(m.n)* |
68-
| Metric Longest Common Subsequence |distance | Yes | No | | O(m.n) |
68+
| Metric Longest Common Subsequence |distance | Yes | No | | O(m.n)* |
6969
| N-Gram (Kondrak) |distance | Yes | No | | O(m.n) |
7070
| Q-Gram |distance | No | No | Profile | O(m+n) |
7171
| Cosine |similarity<br>distance | Yes | No | Profile | O(m+n) |

0 commit comments

Comments
 (0)