Skip to main content

Parse romanized names using advanced NLP methods

Project description

probablepeople is a python library for parsing unstructured romanized name strings into name components, using conditional random fields.

From the python interpreter:

>>> import probablepeople
>>> probablepeople.parse('Mr George "Gob" Bluth II')
[('Mr', 'PrefixMarital'),
 ('George', 'GivenName'),
 ('"Gob"', 'Nickname'),
 ('Bluth', 'Surname'),
 ('II', 'SuffixGenerational')]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

probablepeople-0.1.1.tar.gz (115.7 kB view details)

Uploaded Source

File details

Details for the file probablepeople-0.1.1.tar.gz.

File metadata

File hashes

Hashes for probablepeople-0.1.1.tar.gz
Algorithm Hash digest
SHA256 4763208c62351eb1959197e6c33a62f5fa04aba7143f3957394120d4bfebbfa7
MD5 d21c1caebf9bbd4535bc45e0a82cd351
BLAKE2b-256 bd9b7b1343ecadd7a35547129df4f7ca0b38306a6718e3d61b16c2963d22546f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page