summaryrefslogtreecommitdiffstats
path: root/python/python3-nltk/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-nltk/README')
-rw-r--r--python/python3-nltk/README15
1 files changed, 8 insertions, 7 deletions
diff --git a/python/python3-nltk/README b/python/python3-nltk/README
index 47cc531d79..23d0f70541 100644
--- a/python/python3-nltk/README
+++ b/python/python3-nltk/README
@@ -1,11 +1,12 @@
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.
+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.
+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.