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.tar.gz
(661.0 kB
view details)
Built Distribution
probablepeople-0.4-py2-none-any.whl
(670.7 kB
view details)
File details
Details for the file probablepeople-0.4.tar.gz
.
File metadata
- Download URL: probablepeople-0.4.tar.gz
- Upload date:
- Size: 661.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c6e821ab3a22f00941a56b8d8c4bd4ca264e252f47f2e429ec9233ea88abb49 |
|
MD5 | 6e680458a396064ddc75834af531648f |
|
BLAKE2b-256 | ce910c344c6a152e63212a899a6b82b8c365b5c23af8f32a0d70dd61887e96c8 |
File details
Details for the file probablepeople-0.4-py2-none-any.whl
.
File metadata
- Download URL: probablepeople-0.4-py2-none-any.whl
- Upload date:
- Size: 670.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30e3f22d8d387825eaa093b3f428235fd0505667f7a8b07b96b44d17d9f5a018 |
|
MD5 | 39c964710203039cfc18065a1d6ba10b |
|
BLAKE2b-256 | 18449c454986ef07a910ae82220879e8ff205c4e143594cc1dbdc27f2fe15f24 |