No description
Find a file
2019-10-07 22:23:44 +03:00
src Initial commit 2019-10-07 22:15:50 +03:00
COPYING Add README.md and COPYING 2019-10-07 22:23:44 +03:00
nimlevenshtein.nimble Initial commit 2019-10-07 22:15:50 +03:00
README.md Add README.md and COPYING 2019-10-07 22:23:44 +03:00

Functions for fast computation of Levenshtein distance and string similarity

Wraps the python-Levenshtein standalone C library from https://github.com/ztane/python-Levenshtein