Apt-get kullanarak Ubuntu Server 12.04 üzerine python-nltk yükledim.
Ama bir ceset indirmeye çalıştığımda, şu hatayı alıyorum:
$ 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
Bazı yapılandırma veya ek paket eksik mi?
Bu hala Ubuntu 13.04 ile ilgili bir sorundur
—
Tickon
Bu soruyu uzun bir süre sonra tekrar gözden geçirmek ve bazı sistem güncellemeleri: Sorun artık ubuntu 18.04 LTS
—
jk - Reinstate Monica ile
wget https://github.com/nltk/nltk/archive/develop.zip; unzip develop.zip; cd nltk-develop; python setup.py install
. Ancak github.com/nltk/nltk/issues/747