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.5.2.tar.gz
(887.5 kB
view details)
File details
Details for the file probablepeople-0.5.2.tar.gz
.
File metadata
- Download URL: probablepeople-0.5.2.tar.gz
- Upload date:
- Size: 887.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3d7e41dd7bd0110553efa972d0e043b712e6bf9f5c20f9b7064f1e5003c6864 |
|
MD5 | d0f0cf894b2bfd040bcc1dde7ddf721e |
|
BLAKE2b-256 | 333d5b0dfb93537afb2477b7241fbd4ad5a0513c74fe9563d7463a52d8f5c1ea |