Ho installato python-nltk su Ubuntu Server 12.04 usando apt-get.
Ma quando provo a scaricare un corpus, ottengo il seguente errore:
$ python
Python 2.7.3 (default, Feb 27 2014, 19:58:35)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import nltk
>>> nltk.download('brown')
[nltk_data] Error loading brown: HTTP Error 401: Authorization
[nltk_data] Required
False
Mi manca qualche configurazione o pacchetto aggiuntivo?
wget https://github.com/nltk/nltk/archive/develop.zip; unzip develop.zip; cd nltk-develop; python setup.py install
. Ma è stato sollevato un problema in github.com/nltk/nltk/issues/747