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.3.tar.gz
(115.7 kB
view details)
File details
Details for the file probablepeople-0.1.3.tar.gz
.
File metadata
- Download URL: probablepeople-0.1.3.tar.gz
- Upload date:
- Size: 115.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7ea220a782bf969b5292c9f2a428cc5f35c5851e23d893b35ce6eaf7e616f10 |
|
MD5 | 71c17a1c81f3bc8da7c598b04e91a04f |
|
BLAKE2b-256 | 65b401aafc4b3daeedf1100865b8106ac7f6ded81d019f8eda5b9d9c8b559dbe |