Hello.
How do I install nltk in python 3.6? I use the anaconda.
When I do:
import nltk
And I run, it does not make a mistake, but when I do nltk. for autocomplete, does not work. The module is installed, but there is some import mismatch for the code. I read in the nltk documentation that only works on python 2.7 and 3.4. That is, I use 3.6 and reinstall everything again, even from a .txt file with the packages, I can run the risk of causing another incompatibility, since I'm using padnas, numpy, skit-learn, bokhe, matplotlib, etc.