[ trixie ]
[ sid ]
[ 原始碼: rapidfuzz ]
套件:python3-rapidfuzz(3.9.4+ds-1)
Rapid fuzzy string matching library (Python library)
RapidFuzz is a fast string matching library for Python and C++, providing Levenshtein and other distances. This is similar to the functionality of the python3-fuzzywuzzy package. There are a few significant differences between these packages:
1) RapidFuzz is MIT licensed. 2) RapidFuzz provides many string metrics, such as Hamming and Jaro-Winkler,
which are not included in FuzzyWuzzy.3) RapidFuzz is mostly written in C++, and has further algorithmic
improvements to make string matching even faster.4) RapidFuzz fixes multiple bugs in the `partial_ratio` implementation.
其他與 python3-rapidfuzz 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc-s1 (>= 3.5)
- GCC 支援函式庫
-
- dep: libstdc++6 (>= 13.1)
- GNU Standard C++ Library v3
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.13)
- dep: python3 (>= 3.12~)
-
- sug: python-rapidfuzz-doc
- Rapid fuzzy string matching library (Python module documentation)