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