aboutsummaryrefslogtreecommitdiff
path: root/libraries/nltk/README
diff options
context:
space:
mode:
authorArTourter <artourter@gmail.com>2015-11-05 00:41:46 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-11-05 00:45:21 +0700
commitc0194da9ac0a00711c3b9f8ed064615da6b4b2ec (patch)
treee153bf3c9ffc277bf42eb1b1e395b805fc2c5650 /libraries/nltk/README
parent4d0bc5f7520418d9640c0a20d5b7502dcf08542d (diff)
libraries/nltk: Updated for version 3.1 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/nltk/README')
-rw-r--r--libraries/nltk/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/libraries/nltk/README b/libraries/nltk/README
index 89a521107dd82..c04df602b5187 100644
--- a/libraries/nltk/README
+++ b/libraries/nltk/README
@@ -3,5 +3,7 @@ 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.googlecode.com/svn/trunk/nltk_data/index.xml
-To retrieve all the data, use "python -m nltk.downloader all".
+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.