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.5.5.tar.gz
(905.1 kB
view details)
Built Distribution
File details
Details for the file probablepeople-0.5.5.tar.gz
.
File metadata
- Download URL: probablepeople-0.5.5.tar.gz
- Upload date:
- Size: 905.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6babe345d85577f0e2a174fd819eb29dae7835777d8415f04fbdbe6068819ab3 |
|
MD5 | 55c351c7b362171bb92059d3b08d3a51 |
|
BLAKE2b-256 | a3761a4e4f58fa210ddc6f757741ed92ac4e33cf5c7fcfa929b569b7918bdf22 |
File details
Details for the file probablepeople-0.5.5-py2.py3-none-any.whl
.
File metadata
- Download URL: probablepeople-0.5.5-py2.py3-none-any.whl
- Upload date:
- Size: 905.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85bd8e755171468bcd60a60f71578f81ab20948ed4ffd979e4ab4fb70bdc2b56 |
|
MD5 | 0a3dd0ac655a9c075d0b4f5eba2752a9 |
|
BLAKE2b-256 | b859b7de5cc046a0bff5eba1f037dcbc5cb3596cd6934418384bbcfd553f945c |