I successfully installed NLTK 2.0.4, but when I tried to download the NLTK packages, i.e.
nltk.download('stopwords')
it doesn't work, so I am trying to install an updated version of NLTK for python 3 but it gives this error:
>>> import nltk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\Prashant\AppData\Roaming\Python\Python33\site-packages\nltk\_
nit__.py", line 37
except IOError, ex:
^
SyntaxError: invalid syntax
Is there any way to install NLTK for python33?