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.1.tar.gz
(584.3 kB
view details)
File details
Details for the file probablepeople-0.3.1.tar.gz
.
File metadata
- Download URL: probablepeople-0.3.1.tar.gz
- Upload date:
- Size: 584.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5571e696c3b8e8ccc79cd62e68b6be5c1591c352773bf8bb9becca2ac03bbb1 |
|
MD5 | d9ef0989de3cb08a7d7dd05abf549de4 |
|
BLAKE2b-256 | 7b4cd4c68f8f0a94e1b8ad4485e4be76d4190130fbf6a62487d8b04e4e3fa510 |