python-levenshtein
Python extension for computing string edit distances and similarities.
Python extension for computing string edit distances and similarities.
To install this package, run one of the following:
A Python extension written in C for fast computation of: Levenshtein (edit) distance and edit sequence manipulation; string similarity; approximate median strings, and generally string averaging; string sequence and set similarity. Levenshtein has a some overlap with difflib (SequenceMatcher). It supports only strings, not arbitrary sequence types, but on the other hand it's much faster.
Summary
Python extension for computing string edit distances and similarities.
Information Last Updated
Apr 22, 2025 at 15:33
License
GPL-2.0-or-later
Total Downloads
4
Platforms
GitHub Repository
http://github.com/ztane/python-Levenshtein