Parse romanized names using advanced NLP methods
Project description
probablepeople is a python library for parsing unstructured romanized name strings into name 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')]
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.2.1.tar.gz
(115.7 kB
view details)
File details
Details for the file probablepeople-0.2.1.tar.gz
.
File metadata
- Download URL: probablepeople-0.2.1.tar.gz
- Upload date:
- Size: 115.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a2d7d17d2c17ee644f152a56084690fc8f9c891e2e77727c521625d712b0100 |
|
MD5 | 86b59285dbbfa47f783d0e3eadbeb6c6 |
|
BLAKE2b-256 | f887ceccaedb965f2942b9b3520744bd1f94135fe7cc5bdf45fb326b6aae6a7a |