e062e72
1
2
3
4
5
import nltk # Download NLTK stopwords and wordnet for lemmatization nltk.download('stopwords') nltk.download('wordnet')