Stopword lists from NLTK, covering 33 languages.
Each language is a separate config. Each row is one stopword.
ds = load_dataset("nltk-data-hub/stopwords", "portuguese")
words = ds["stopwords"]["word"]
for lang in ['albanian', 'arabic', 'azerbaijani', 'basque', 'belarusian', 'bengali', 'catalan', 'chinese', 'danish', 'dutch', 'english', 'finnish', 'french', 'german', 'greek'… See the full description on the dataset page:
https://huggingface.co/datasets/nltk-data-hub/stopwords.