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.0.tar.gz
(115.8 kB
view details)
File details
Details for the file probablepeople-0.2.0.tar.gz.
File metadata
- Download URL: probablepeople-0.2.0.tar.gz
- Upload date:
- Size: 115.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f7be9009240524049552b050104dc420a0251586111614c56cc514eef82fc97
|
|
| MD5 |
c2db112deff4b177e546e77b0d7c1bcb
|
|
| BLAKE2b-256 |
493d93a97db572425eb838af53ad83b94eb1df02dd3eb5fdfb490ff8b5c5fdfc
|