summaryrefslogtreecommitdiffstats
path: root/libraries/nltk/README
diff options
context:
space:
mode:
author Marco Bonetti <sid77@slackware.it>2010-05-12 23:30:53 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-12 23:30:53 +0200
commitd94661631010085d5ba5899e7ad1e30b54bae56e (patch)
treecefd0a504371dd0c618b670de70698f36c7f7dd9 /libraries/nltk/README
parent1d4dc4d54f5cd17078b391e5bc70c61ebed286f2 (diff)
downloadslackbuilds-d94661631010085d5ba5899e7ad1e30b54bae56e.tar.gz
slackbuilds-d94661631010085d5ba5899e7ad1e30b54bae56e.tar.xz
libraries/nltk: Added to 12.2 repository
Diffstat (limited to 'libraries/nltk/README')
-rw-r--r--libraries/nltk/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/nltk/README b/libraries/nltk/README
new file mode 100644
index 0000000000..89a521107d
--- /dev/null
+++ b/libraries/nltk/README
@@ -0,0 +1,7 @@
+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.googlecode.com/svn/trunk/nltk_data/index.xml
+To retrieve all the data, use "python -m nltk.downloader all".