Martinsos / edlib

Lightweight, super fast C/C++ (& Python) library for sequence alignment using edit (Levenshtein) distance.
http://martinsos.github.io/edlib
MIT License
492 stars 162 forks source link

Perl Wrapper around Edlib #218

Open chrisarg opened 10 months ago

chrisarg commented 10 months ago

Not really a bug, but a request to update the documentation. There is a Perl wrapper around edlib : https://metacpan.org/pod/Text::Levenshtein::Edlib

The perl module is also available as a github repo https://github.com/ugexe/Text--Levenshtein--XS/