8000 GitHub - vibes/levenshtein: Our (modified) version of the levenshtein gem for calculating edit distance
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Our (modified) version of the levenshtein gem for calculating edit distance

License

Notifications You must be signed in to change notification settings

vibes/levenshtein

Folders and files

NameName
Last C5DC commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Levenshtein distance is a metric for measuring the amount of difference
between two sequences (i.e., the so called edit distance). The Levenshtein
distance between two sequences is given by the minimum number of operations
needed to transform one sequence into the other, where an operation is an
insertion, deletion, or substitution of a single element.

The two sequences can be two strings, two arrays, or two other objects.
Strings, arrays and arrays of strings are handled with optimized (very fast) C
code. All other sequences are handled with generic (fast) C code.

More information about the Levenshtein distance algorithm:
http://en.wikipedia.org/wiki/Levenshtein_distance .

About

Our (modified) version of the levenshtein gem for calculating edit distance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0