mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-06 06:20:28 +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
|