slackbuilds/libraries/nltk
Heinz Wiesinger fd9245fe0a All: Change SlackBuild shebang to /bin/bash
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-04 12:49:49 +02:00
..
README various: Kill lots of python3 dep mentions 2021-04-21 00:42:24 -05:00
nltk.SlackBuild All: Change SlackBuild shebang to /bin/bash 2021-07-04 12:49:49 +02:00
nltk.info various: Kill lots of python3 dep mentions 2021-04-21 00:42:24 -05:00
slack-desc

README

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.