Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lc-rezende/python-edit-distance

Implementation of Levenshtein distance through python editdistance lib to evaluate how distant different terms are.
https://github.com/lc-rezende/python-edit-distance

editdistance levenshtein-distance python

Last synced: about 4 hours ago
JSON representation

Implementation of Levenshtein distance through python editdistance lib to evaluate how distant different terms are.

Awesome Lists containing this project

README

        

#### Thanks to [Hiroyuki Tanaka](https://github.com/roy-ht) and his implementation of edit distance (Levenshtein distance) available [here](https://github.com/roy-ht/editdistance).
---

This library simply implements [Levenshtein distance](https://en.wikipedia.org/wiki/Levenshtein_distance) with C++ and Cython.

The algorithm used in this library is proposed by Heikki Hyyrö, "Explaining and extending the bit-parallel approximate string matching algorithm of Myers", (2001)