Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/laszlokorte/levenshtein

The Levenshtein Distance or edit distance measures the similarity between two sequences/strings.
https://github.com/laszlokorte/levenshtein

levenshtein-distance

Last synced: about 20 hours ago
JSON representation

The Levenshtein Distance or edit distance measures the similarity between two sequences/strings.

Awesome Lists containing this project

README

        

![Screenshot of the app](preview.png)

[Live Demo](https://static.laszlokorte.de/levenshtein/)

# Levenshtein Distance

The Levenshtein Distance or edit distance measures the similarity between two sequences/strings. The distance is measured in number of single character operations (delete, insert, replace) needed to transform one sequence into another.