I was trying to download/update python nltk packages on a computing server and it returned this [Errno 122] Disk quota exceeded: error.
nltk
[Errno 122] Disk quota exceeded:
Specifi
You may also use nltk.download_shell() and follow the interactive steps as shown below.
nltk.download_shell()
Also use nltk.data.path.append('/your/new/data/directory/path') to instruct nltk to to load data from new data path.
nltk.data.path.append('/your/new/data/directory/path')