We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d5c24 commit e6c6533Copy full SHA for e6c6533
README.rst
@@ -41,8 +41,11 @@ To install dependencies (on a Debian-like GNU/Linux distribution)::
41
mkvirtualenv pypln.backend
42
pip install -r requirements/production.txt
43
44
-You will also need to install NLTK data. You can do so following the `NLTK
45
-documentation <http://nltk.org/data.html>`_.
+You will also need to download some NLTK data packages. You can do so
+executing::
46
+
47
+ python -m nltk.downloader genesis maxent_treebank_pos_tagger punkt
48
49
50
51
Developing
0 commit comments