aboutsummaryrefslogtreecommitdiff
path: root/libraries/nltk
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/nltk')
-rw-r--r--libraries/nltk/README3
-rw-r--r--libraries/nltk/nltk.info2
2 files changed, 1 insertions, 4 deletions
diff --git a/libraries/nltk/README b/libraries/nltk/README
index 868d987c3c5a6..8d8102f681b7e 100644
--- a/libraries/nltk/README
+++ b/libraries/nltk/README
@@ -2,9 +2,6 @@ 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.
-As of version 3.5, python 2.7 is no longer supported and python3 is now
-required.
-
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
diff --git a/libraries/nltk/nltk.info b/libraries/nltk/nltk.info
index 7503fa33d938c..34cac4ed30050 100644
--- a/libraries/nltk/nltk.info
+++ b/libraries/nltk/nltk.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/92/75/ce35194d8e3022203cca0d2f
MD5SUM="2a827c8c8a50b98241c07f2758eb6961"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3 regex"
+REQUIRES="regex"
MAINTAINER="ArTourter"
EMAIL="artourter@gmail.com"