CMD + K

python-levenshtein

Community

Python extension for computing string edit distances and similarities.

Installation

To install this package, run one of the following:

Conda
$conda install anaconda-python-gte-3.10::python-levenshtein

Usage Tracking

0.12.2
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

Summary

Python extension for computing string edit distances and similarities.

Last Updated

Mar 31, 2025 at 23:37

License

GPL-2.0-or-later

Total Downloads

2

Supported Platforms

linux-64