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

Uploaded Source

Built Distributions

probablepeople-0.3.2-py2.7.egg (1.4 MB view details)

Uploaded Source

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

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for probablepeople-0.3.2.tar.gz
Algorithm Hash digest
SHA256 1492fbe661fc6deb51f9d1ad22c1ddb5173fba703fcbc54b934fbfd8b91b3fb0
MD5 94f48807a4a08d35fa631b701e27a445
BLAKE2b-256 1f2cdae358d2765cfe2c2a0d3d5ee0da9fe187346e12f2abc845d52b5a201786

See more details on using hashes here.

File details

Details for the file probablepeople-0.3.2-py2.7.egg.

File metadata

File hashes

Hashes for probablepeople-0.3.2-py2.7.egg
Algorithm Hash digest
SHA256 d62f29ebc983a35ded205082fc4e4085d79e876ff7988db420b792ba66096003
MD5 6e5bec74aac7c36d467d3cd52d9e5310
BLAKE2b-256 b15f2c356a47b04d2584ba9fd74ba6e427fbadaf8398f12b4cf119208b94f60e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for probablepeople-0.3.2-py2-none-any.whl
Algorithm Hash digest
SHA256 74668d4e4e1685554a23848109a1bf0a20f99026cb8016611640d95a44cf7f6d
MD5 d3c0bdccdfd91eccd5b8355b0f35859f
BLAKE2b-256 31ca76cb0efb87efed0173e2d8ff4b54446444113c27b1c992132e5ec716587b

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