mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-26 16:53:47 +01:00
10 lines
258 B
Plaintext
10 lines
258 B
Plaintext
config BR2_PACKAGE_PYTHON_RAPIDFUZZ
|
|
bool "python-rapidfuzz"
|
|
help
|
|
RapidFuzz is a fast string matching
|
|
library for Python and C++, which is
|
|
using the string similarity calculations
|
|
from FuzzyWuzzy.
|
|
|
|
https://github.com/maxbachmann/rapidfuzz
|