| Paketname | python-levenshtein |
| Beschreibung | extension for computing string similarities and edit distances |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
| Version | 0.10.1-1ubuntu2 |
| Sektion | python |
| Priorität | optional |
| Installierte Größe | 176 Byte |
| Hängt ab von | libc6 (>= 2.3.6-6~), python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11) |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu MOTU Developers |
| Quelle | |
| Paketgröße | 35436 Byte |
| Prüfsumme MD5 | 42fefa5726655522dca82c8abc16fe16 |
| Prüfsumme SHA1 | 73d32a4ed4deafb648b7a52b576909a77282189e |
| Prüfsumme SHA256 | 62b4838b1755b1c390bfd6824dfac0d0a50a5a08f360c8823e1b7110115c2eb0 |
| Link zum Herunterladen | python-levenshtein_0.10.1-1ubuntu2_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.
|