Skip to content

Commit e6c6533

Browse files
author
Álvaro Justen aka Turicas
committed
Add documentation about installation of NLTK data
1 parent 88d5c24 commit e6c6533

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,11 @@ To install dependencies (on a Debian-like GNU/Linux distribution)::
4141
mkvirtualenv pypln.backend
4242
pip install -r requirements/production.txt
4343

44-
You will also need to install NLTK data. You can do so following the `NLTK
45-
documentation <http://nltk.org/data.html>`_.
44+
You will also need to download some NLTK data packages. You can do so
45+
executing::
46+
47+
python -m nltk.downloader genesis maxent_treebank_pos_tagger punkt
48+
4649

4750

4851
Developing

0 commit comments

Comments
 (0)