Skip to main content

Parse romanized names & companies using advanced NLP methods

Project description

probablepeople is a python library for parsing unstructured romanized name or company strings into 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')]
>>> probablepeople.parse('Sitwell Housing Inc')
[('Sitwell', 'CorporationName'),
 ('Housing', 'CorporationName'),
 ('Inc', 'CorporationLegalType')]

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.4.tar.gz (661.0 kB view details)

Uploaded Source

Built Distribution

probablepeople-0.4-py2-none-any.whl (670.7 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for probablepeople-0.4.tar.gz
Algorithm Hash digest
SHA256 3c6e821ab3a22f00941a56b8d8c4bd4ca264e252f47f2e429ec9233ea88abb49
MD5 6e680458a396064ddc75834af531648f
BLAKE2b-256 ce910c344c6a152e63212a899a6b82b8c365b5c23af8f32a0d70dd61887e96c8

See more details on using hashes here.

File details

Details for the file probablepeople-0.4-py2-none-any.whl.

File metadata

File hashes

Hashes for probablepeople-0.4-py2-none-any.whl
Algorithm Hash digest
SHA256 30e3f22d8d387825eaa093b3f428235fd0505667f7a8b07b96b44d17d9f5a018
MD5 39c964710203039cfc18065a1d6ba10b
BLAKE2b-256 18449c454986ef07a910ae82220879e8ff205c4e143594cc1dbdc27f2fe15f24

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