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

https://github.com/mosheberman/levenshteinmachine

A small project to calculate Levenshtein Distance between two strings, including unit tests and samples.
https://github.com/mosheberman/levenshteinmachine

Last synced: 2 months ago
JSON representation

A small project to calculate Levenshtein Distance between two strings, including unit tests and samples.

Awesome Lists containing this project

README

          

LevenshteinMachine
==================

A small project to calculate Levenshtein Distance between two strings, including unit tests and samples.

You can [read about the Levenshtein Distance on Wikipedia](http://en.m.wikipedia.org/wiki/Levenshtein_distance).