mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-25 16:22:58 +01:00
9 lines
243 B
Plaintext
9 lines
243 B
Plaintext
config BR2_PACKAGE_PYTHON_LEVENSHTEIN
|
|
bool "python-levenshtein"
|
|
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
|
help
|
|
Python extension for computing string edit distances and
|
|
similarities.
|
|
|
|
http://github.com/ztane/python-Levenshtein
|