/name-dataset

Probably the biggest dataset of Names, worldwide.

Primary LanguageShell

First and Last Names Dataset

Attempt to make a good dataset with a high precision / recall.

  • ~200k first names
  • ~110k last names

Installation

pip install names-dataset

Usage

from names_dataset import NameDataset
m = NameDataset()
m.search_first_name('Brian')
m.search_last_name('Remy')
echo -e "$(python main.py 'Brian is in the kitchen while Amanda is watching the TV on the sofa.\nThey are both waiting for Alfred to come.')"

Sources and References