mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
11 lines
284 B
Plaintext
11 lines
284 B
Plaintext
config BR2_PACKAGE_PYTHON_NLTK
|
|
bool "python-nltk"
|
|
select BR2_PACKAGE_PYTHON_CLICK # runtime
|
|
select BR2_PACKAGE_PYTHON_JOBLIB # runtime
|
|
select BR2_PACKAGE_PYTHON_REGEX # runtime
|
|
select BR2_PACKAGE_PYTHON_TQDM # runtime
|
|
help
|
|
Natural Language Toolkit.
|
|
|
|
https://www.nltk.org/
|