[ 源代码: rapidfuzz-cpp ]
软件包:librapidfuzz-cpp-dev(3.1.1-1~bpo12+1)
librapidfuzz-cpp-dev 的相关链接
Debian 的资源:
下载源码包 rapidfuzz-cpp:
- [rapidfuzz-cpp_3.1.1-1~bpo12+1.dsc]
- [rapidfuzz-cpp_3.1.1.orig.tar.gz]
- [rapidfuzz-cpp_3.1.1-1~bpo12+1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Rapid fuzzy string matching library (C++ header files)
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.
This package provides the C++ header files for RapidFuzz.