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
Release history Release notifications | RSS feed
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)
Built Distributions
File details
Details for the file probablepeople-0.3.2.tar.gz
.
File metadata
- Download URL: probablepeople-0.3.2.tar.gz
- Upload date:
- Size: 600.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1492fbe661fc6deb51f9d1ad22c1ddb5173fba703fcbc54b934fbfd8b91b3fb0 |
|
MD5 | 94f48807a4a08d35fa631b701e27a445 |
|
BLAKE2b-256 | 1f2cdae358d2765cfe2c2a0d3d5ee0da9fe187346e12f2abc845d52b5a201786 |
File details
Details for the file probablepeople-0.3.2-py2.7.egg
.
File metadata
- Download URL: probablepeople-0.3.2-py2.7.egg
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d62f29ebc983a35ded205082fc4e4085d79e876ff7988db420b792ba66096003 |
|
MD5 | 6e5bec74aac7c36d467d3cd52d9e5310 |
|
BLAKE2b-256 | b15f2c356a47b04d2584ba9fd74ba6e427fbadaf8398f12b4cf119208b94f60e |
File details
Details for the file probablepeople-0.3.2-py2-none-any.whl
.
File metadata
- Download URL: probablepeople-0.3.2-py2-none-any.whl
- Upload date:
- Size: 670.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74668d4e4e1685554a23848109a1bf0a20f99026cb8016611640d95a44cf7f6d |
|
MD5 | d3c0bdccdfd91eccd5b8355b0f35859f |
|
BLAKE2b-256 | 31ca76cb0efb87efed0173e2d8ff4b54446444113c27b1c992132e5ec716587b |