Parse US addresses using conditional random fields
Project description
usaddress is a python library for parsing unstructured address strings into address components, using advanced NLP methods.
From the python interpreter:
>>> import usaddress >>> usaddress.parse('123 Main St. Suite 100 Chicago, IL') [('123', 'AddressNumber'), ('Main', 'StreetName'), ('St.', 'StreetNamePostType'), ('Suite', 'OccupancyType'), ('100', 'OccupancyIdentifier'), ('Chicago,', 'PlaceName'), ('IL', 'StateName')]
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
usaddress-0.5.9.tar.gz
(64.7 kB
view details)
Built Distribution
File details
Details for the file usaddress-0.5.9.tar.gz
.
File metadata
- Download URL: usaddress-0.5.9.tar.gz
- Upload date:
- Size: 64.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa5e7b04aa6e7972daf9a174000c98befdfab0e658dbe98b78fb1d3674c8ad36 |
|
MD5 | 350fccdc6a6287fc346e54bc22c1a52a |
|
BLAKE2b-256 | d8f40724077ec25f2c68814aef72a8065b4d5c0370ef42167c2250eb6c8711ef |
File details
Details for the file usaddress-0.5.9-py2.py3-none-any.whl
.
File metadata
- Download URL: usaddress-0.5.9-py2.py3-none-any.whl
- Upload date:
- Size: 64.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fe8c849ec15c7f1dc587a5eda1916867f80a8249d850e2dd31f5a1523f4c372 |
|
MD5 | 9a7bfdc4d09e23e16a1c3844c6c2bd84 |
|
BLAKE2b-256 | 3559825ee85c4e9121d7fd3261c197d2e04dfac3d011ef422fbf86c6b64ba2e1 |