nltk
Datasets
All datasets matching “nltk”nltk_data_bundlestopwords
NLTK Stopwords
Stopword lists from NLTK, covering 33 languages.
Each language is a separate config. Each row is one stopword.
Usage
from datasets import load_dataset
# Load one language
ds = load_dataset("nltk-data-hub/stopwords", "portuguese")
words = ds["stopwords"]["word"]
# Load all languages
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.nltknltk_datawords
NLTK Word Lists
English word lists from NLTK,
the New General Service List Project,
and Bing Liu's Opinion Lexicon.
Configs
Config
Words
Schema
License
Source
en
235,886
word
NLTK (other)
NLTK words corpus
en-basic
850
word
Public domain
Ogden Basic English (1930)
ngsl
2,809
word, rank, sfi, freq_per_million
CC-BY-SA 4.0
New General Service List 1.2
toeic
1,250
word, rank, sfi, freq_per_million
CC-BY-SA 4.0
TOEIC Service List 1.2
nawl
963
word, rank… See the full description on the dataset page: https://huggingface.co/datasets/nltk-data-hub/words.nltk
