probablepeople 0.4.4
pip install probablepeople==0.4.4
Newer version available (0.5.6)
Released:
Parse romanized names & companies using advanced NLP methods
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (The MIT License: http://www.opensource.org/licenses/mit-license.php)
- Author: UNKNOWN
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (The MIT License: http://www.opensource.org/licenses/mit-license.php)
- Author: UNKNOWN
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
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
File details
Details for the file probablepeople-0.4.4.tar.gz
.
File metadata
- Download URL: probablepeople-0.4.4.tar.gz
- Upload date:
- Size: 626.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05150017e807e80cb814fe6c4cd4147cc300012bf8dbc40ab4d938ba5b70a72b |
|
MD5 | 90cd53c2862a0999db219d1487c63e43 |
|
BLAKE2b-256 | 1b05e34e9f05a88d01d95633ba14e2888f38d4d6d0cd7fd4619b6b0abfcc0474 |