Skip to content Skip to sidebar Skip to footer

Nltk Import Error Python

I am very new at programming, so the following question may seem trivial. I'm currently using Python 3.4.1 with the sublime text editor (3).Since I want to use nltk, I downloaded i

Solution 1:

I think you want

from nltk.corpusimport brown

Notice the corpus namespace.

Post a Comment for "Nltk Import Error Python"