Skip to content

Commit

Permalink
README additions, R/Julia packages (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanbiederstedt authored Jan 13, 2022
1 parent f8afceb commit ce008ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ edlibAlign("hello", 5, "world!", 6, edlibDefaultAlignConfig()).editDistance;
Edlib is also available for **Python** [![PyPI version](https://img.shields.io/pypi/v/edlib.svg) (Click here for Python README)](https://pypi.python.org/pypi/edlib), with code residing at [bindings/python](bindings/python).
There is also non-official [binding for Julia](https://github.com/cjdoris/Edlib.jl) by @cjdoris.
Developers have created bindings to edlib in other languages as well:
* [Edlib.jl](https://github.com/cjdoris/Edlib.jl), a Julia package created and supported by Christopher Rowley ([@cjdoris](https://github.com/cjdoris))
* [edlibR](https://github.com/evanbiederstedt/edlibr), an R package created and supported by Evan Biederstedt ([@evanbiederstedt](https://github.com/evanbiederstedt))
## Features
* Calculates **edit distance (Levenshtein distance)**.
Expand Down

0 comments on commit ce008ea

Please sign in to comment.