A python package to extract full western 'people' names from a string
Requires NLTK and various word sets. These are downloaded automatically from the internet when the function is run to fetch the full sets or updated sets.
Compatable with Python 3+ only
The package will soon be available in the Python Package Index:
pip install pypeoplenames
Takes a string as an input and returns a list of people names:
names = pypeoplenames(text)