Closed cuevasclemente closed 10 years ago
Looks good to me for the most part. Thanks for adding tests too!
Just one thing before I accept the pull request -- could you restore the tabbing on Levenshtein.jl or at least make it standard with the julia codebase? It looks to me like the entire file got flattened.
Sorry! Fixed it!
If at at all interested, this should allow someone to use Pkg.checkout() on the repo and integrate this implementation of the Levenshtein distance directly to their julia install. There are also really simple tests.