Alternative source for nltk data

Viewed 1740

I am trying to install the nltk corpora through these commands as mentioned in the documentation -

import nltk
nltk.download()

However, I am doing this from my stupid organization which has blocked github, which is what the download function above tries to connect to.

Is there an alternate repository for the nltk data from where I can try this out? Trying to whitelist github and associated websites will only get tangled in red tape.

Thank you

4 Answers
Related