summaryrefslogtreecommitdiffstats
path: root/python/python-Levenshtein/README
blob: d931876c54681a61450e1c94630b4ff8ae924453 (plain)
1
2
3
4
5
6
7
8
9
Levenshtein Python extension and C library.

The Levenshtein Python C extension module contains functions for fast
computation of
- Levenshtein (edit) distance, and edit operations
- string similarity
- approximate median strings, and generally string averaging
- string sequence and set similarity
It supports both normal and Unicode strings.