blob: 2325899f6a282cb40d186420bab14fe6d43f75f7 (
plain)
1
2
3
4
5
|
The Levenshtein Python C extension module contains functions for fast
computation of: Levenshtein (edit) distance and edit operations, string
similarity, approximate median strings and general string averaging,
and string sequence and set similarity. It supports both normal and
Unicode strings.
|