[ trixie ]
[ sid ]
软件包:python3-rapidfuzz(3.10.1+ds-1) [debports]
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.1 (>= 2.34)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6.1-udeb
-
- dep: libgcc-s1 (>= 3.4)
- GCC 支持库
-
- dep: libstdc++6 (>= 14)
- GNU 标准 C++ 库,第3版
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.14)
- dep: python3 (>= 3.12~)
-
- rec: python3-numpy
- 用于 Python 语言的快速数组运算库(Python 3)
-
- sug: python-rapidfuzz-doc
- Rapid fuzzy string matching library (Python module documentation)