My kernel is NLP with disaster twitter. Kaggle notebook works in download stopwords and error code download stopwords. It's error code:
import nltk
nltk.download("stopwords")
[nltk_data] Error loading stopwords: <urlopen error [Errno -3]
[nltk_data] Temporary failure in name resolution>
False
This error occurs if your kernel does not have internet turned on. You can turn the internet on in your settings
An easy way to resolve this without turning on internet on your kernel is to do the following:
import nltk
from nltk.corpus import stopwords