NLTK setup
-
So when I attempt to run setup.py or install new corpora, I get a operation not permitted error. Does anyone why or how to fix this?
-
I was able to use nltk.download() to get corpora. I was also able to create a corpus using nltk.PlainTextCorpusReader(). However, I never tried to run the setup.py.
-
I've been able to get started with it. By just putting the nltk download in site-packages and using nltk.download() as well. Like @ihf I didn't try and run setup.py either.
I'm trying to remember if I changed anything in the NLTK_DATA path or not....