In [1]:
from nltk.corpus import stopwords


---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-705b15e916ff> in <module>()
----> 1 from nltk.corpus import stopwords

ImportError: No module named nltk.corpus

In [ ]: