Pakket: python3-levenshtein (0.12.2-2 en anderen)
Verwijzigingen voor python3-levenshtein
Debian bronnen:
Het bronpakket python-levenshtein downloaden:
- [python-levenshtein_0.12.2-2.dsc]
- [python-levenshtein_0.12.2.orig.tar.xz]
- [python-levenshtein_0.12.2-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
extension for computing string similarities and edit distances (Python 3)
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.
This package contains Levenshtein for Python 3.
Andere aan python3-levenshtein gerelateerde pakketten
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.12)
- dep: python3 (>= 3.11~)
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources