From e6c6533ab5587b214e993f2644d0719c7ac0597b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Justen=20aka=20Turicas?= Date: Sat, 2 Nov 2013 01:53:37 -0200 Subject: [PATCH] Add documentation about installation of NLTK data --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 82da5d3..09f929c 100644 --- a/README.rst +++ b/README.rst @@ -41,8 +41,11 @@ To install dependencies (on a Debian-like GNU/Linux distribution):: mkvirtualenv pypln.backend pip install -r requirements/production.txt -You will also need to install NLTK data. You can do so following the `NLTK -documentation `_. +You will also need to download some NLTK data packages. You can do so +executing:: + + python -m nltk.downloader genesis maxent_treebank_pos_tagger punkt + Developing