【发布时间】:2017-12-05 01:24:16
【问题描述】:
我试图在计算服务器上下载/更新 python nltk 包,它返回了这个 [Errno 122] Disk quota exceeded: 错误。
具体来说:
[nltk_data] Downloading package stop words to /home/sh2264/nltk_data...
[nltk_data] Error downloading u'stopwords' from
[nltk_data] <https://raw.githubusercontent.com/nltk/nltk_data/gh-
[nltk_data] pages/packages/corpora/stopwords.zip>: [Errno 122]
[nltk_data] Disk quota exceeded:
[nltk_data] u'/home/sh2264/nltk_data/corpora/stopwords.zip
False
如何更改nltk 包的整个路径,以及我应该进行哪些其他更改以确保nltk 的无误加载?
【问题讨论】:
标签: python python-2.7 path nltk default