rawrgrr / Levenshtein.jl

Levenshtein distance between two strings in julia
MIT License
14 stars 15 forks source link

Changed repository structure to follow more standard (although not great!) julia package guidelines, added very basic tests #1

Closed cuevasclemente closed 10 years ago

cuevasclemente commented 10 years ago

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.

rawrgrr commented 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.

cuevasclemente commented 10 years ago

Sorry! Fixed it!