CoolFace
Datasetpublic

nltk-data-hub/names

NLTK Names Corpus Name lists from NLTK, split by gender. Each gender is a separate config. Each row is one name. Usage from datasets import load_dataset ds = load_dataset("nltk-data-hub/names", "female") names = ds["names"]["name"] Schema Column Type Description name string The name Configs Config Count female 5,001 male 2,943 Source Originally distributed as part of… See the full description on the dataset page: https://huggingface.co/datasets/nltk-data-hub/names.

sourceHugging Faceotherupdated 5mo agoView on Hugging Face
0likes23downloads
4 commits on main
2b957685mo ago

Upload README.md with huggingface_hub

nltk-data-hub
57a41085mo ago

Upload data/male/names.parquet with huggingface_hub

nltk-data-hub
13afb2c5mo ago

Upload data/female/names.parquet with huggingface_hub

nltk-data-hub
9b692c35mo ago

initial commit

nltk-data-hub