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.4.3.tar.gz
(688.0 kB
view details)
File details
Details for the file probablepeople-0.4.3.tar.gz
.
File metadata
- Download URL: probablepeople-0.4.3.tar.gz
- Upload date:
- Size: 688.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0fe3d57d9a3bbf5bf1397189535ac1b47efe9ec8ad38a1b070a4287ad5181b7 |
|
MD5 | 508432e449cd5be4976bbed65314ca84 |
|
BLAKE2b-256 | f4246d419cd57ffe944b2d91e9b1f03f2686c1a702443f08953d04b07ad8f0c5 |