distance
distance copied to clipboard
Careful implementation of Jaro and Jaro-Winkler text difference algorithms
Results
1
distance issues
Sort by
recently updated
recently updated
newest added
This seems to stem from the inconsistent use of `len(a)` and `a[ia]` (which count and access bytes, respectively) with `range a` (which iterates over runes).