An open API service indexing awesome lists of open source software.

https://github.com/dim13/levenshtein

Levenshtein distance
https://github.com/dim13/levenshtein

Last synced: about 2 months ago
JSON representation

Levenshtein distance

Awesome Lists containing this project

README

          

# Levenshtein distance

Distance between two strings is the number of deletions, insertions, or
substitutions required to transform source string into target string.