slackbuilds/libraries/nltk
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-01-17 09:40:16 +07:00
..
README libraries/nltk: Updated for version 3.1 + new maintainer. 2015-11-05 00:45:21 +07:00
nltk.SlackBuild libraries/nltk: Updated for version 3.1 + new maintainer. 2015-11-05 00:45:21 +07:00
nltk.info Multiple: Fixed .info file (removed pysetuptools) 2016-01-17 09:40:16 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

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
"python -m nltk.downloader all". To ensure system wideinstallation, you can
run the command "python -m nltk.downloader -d /usr/share/nltk_data all" as
root.