I am trying to download some of the packages that I installed with the NLTK installer, but I got:
>>> from nltk.corpus import machado Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name machado
But in the download manager ( nltk.download() ), the machado package is marked as installed, and I have the nltk_data/corpus/machado .
How can I see inside embedded python what installed shells are?
Also, what package should I install to work with this guide? http://nltk.googlecode.com/svn/trunk/doc/howto/portuguese_en.html
I can not find the nltk.examples module that is referenced in the instructions.
python nlp nltk corpus
Rafael S. Calsaverini
source share