slackbuilds/python/python3-nltk
ArTourter 2fb8e5323f
python/python3-nltk: Updated for version 3.9.1.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-08-24 08:24:44 +07:00
..
README
python3-nltk.SlackBuild python/python3-nltk: Updated for version 3.9.1. 2024-08-24 08:24:44 +07:00
python3-nltk.info python/python3-nltk: Updated for version 3.9.1. 2024-08-24 08:24:44 +07: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 'python3-regex'
package, also available on SBo, is required to run this command.

python3-numpy is an optional runtime dependency.