import nltk nltk.download('stopwords') from nltk.corpus import stopwords stop_words = set(stopwords.words('portuguese')) print(stop_words)