mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
48c22f9303
This is far from complete. We still need to review and tweak anything with "PYTHON" in the README, as many/most/all of those are telling the user how to build with python3 support. We almost surely want to enable that by default in all of those cases.
10 lines
607 B
Text
10 lines
607 B
Text
Open source Python modules, linguistic data and documentation for research and
|
|
development in natural language processing, supporting dozens of NLP tasks,
|
|
with distributions for Windows, Mac OSX and Linux.
|
|
|
|
NLTK comes with many corpora, toy grammars, trained models, etc. A complete
|
|
list is posted at: http://nltk.org/nltk_data/. To retrieve all the data, use
|
|
"python3 -m nltk.downloader all". To ensure system wideinstallation, you can
|
|
run the command "python3 -m nltk.downloader -d /usr/share/nltk_data all" as
|
|
root. Note that the 'regex' package, also available on SBo, is required to run
|
|
this command.
|