DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-levenshtein
Beschreibungextension for computing string similarities and edit distances
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.10.1-1.1
Sektionpython
Prioritätoptional
Installierte Größe248 Byte
Hängt ab vonlibc6 (>= 2.3.6-6~), python (<< 2.7), python (>= 2.5), python-central (>= 0.6.11)
Empfohlene Pakete
PaketbetreuerNicolas FRANCOIS (Nekral)
Quelle
Paketgröße65094 Byte
Prüfsumme MD594d4d74c0c0612088d8a1a6e4c24183c
Prüfsumme SHA13d6112476a69ff19e6350f40f6aa8aa2adf90a7d
Prüfsumme SHA25651c5027ecebceeae8433251e36bea4c90ae96ca473fbc1dd4b712dcd1bb27010
Link zum Herunterladenpython-levenshtein_0.10.1-1.1_i386.deb
Ausführliche BeschreibungThe 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.


Impressum
Linux is a registered trademark of Linus Torvalds