Paketname | python-levenshtein |
Beschreibung | extension for computing string similarities and edit distances |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.10.1-1.1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 248 Byte |
Hängt ab von | libc6 (>= 2.3.6-6~), python (<< 2.7), python (>= 2.5), python-central (>= 0.6.11) |
Empfohlene Pakete | |
Paketbetreuer | Nicolas FRANCOIS (Nekral) |
Quelle | |
Paketgröße | 65094 Byte |
Prüfsumme MD5 | 94d4d74c0c0612088d8a1a6e4c24183c |
Prüfsumme SHA1 | 3d6112476a69ff19e6350f40f6aa8aa2adf90a7d |
Prüfsumme SHA256 | 51c5027ecebceeae8433251e36bea4c90ae96ca473fbc1dd4b712dcd1bb27010 |
Link zum Herunterladen | python-levenshtein_0.10.1-1.1_i386.deb |
Ausführliche Beschreibung | The Levenshtein module computes Levenshtein distances, similarity ratios,
generalized medians and set medians of Unicode or non-Unicode strings.
Because it's implemented in C, it's much faster than the corresponding
Python library functions and methods.
.
The Levenshtein distance is the minimum number of single-character
insertions, deletions, and substitutions to transform one string into
another.
.
It is useful for spell checking, or fuzzy matching of gettext messages.
|