You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
# NRC-ILT fork: ilt-editdistance
2
+
3
+
This fork of editdistance aims to support the needs of the National Research Council Canada's Indigenous Language Technologies (NRC ILT) projects, applying minimal patches to `editdistance` for our projects to work on all OSes and Python versions we support.
4
+
5
+
Our fork can be installed via `pip install ilt-editdistance` but it is a drop-in replacement the regular `editdistance` package.
6
+
7
+
You should continue to cite and give credit to the original author if you use our fork.
8
+
9
+
The only change we plan to make is to keep publishing new patch increments with pre-built wheels as new versions of Python are published.
10
+
1
11
# editdistance
2
12
3
13
Fast implementation of the edit distance (Levenshtein distance).
0 commit comments