import nltk # Download NLTK stopwords and wordnet for lemmatization nltk.download('stopwords') nltk.download('wordnet')