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
agrc-usaddress-0.6.0.tar.gz
(7.8 kB
view details)
Built Distribution
File details
Details for the file agrc-usaddress-0.6.0.tar.gz
.
File metadata
- Download URL: agrc-usaddress-0.6.0.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 596003b8dd6700ad75f5f5650c94f05aa6d55b6a9841138528ff70ac22c2d34d |
|
MD5 | 5e2f5ad831d1a8d28ba44d87bd7ea711 |
|
BLAKE2b-256 | 372c40896c8c0e9917e8f866325ffa8eb15a621a6b3564648913fd3af44df3fd |
Provenance
File details
Details for the file agrc_usaddress-0.6.0-py2.py3-none-any.whl
.
File metadata
- Download URL: agrc_usaddress-0.6.0-py2.py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee55e33e5b87c224470cfd59bb7a5f1d0f13e11ce8c0a63f65ba70b94709b246 |
|
MD5 | cd8efe2facbd47e883787eb0971ee404 |
|
BLAKE2b-256 | 7561446827057e1c3498c3345ce7e119a92e24864f29295dcbbb9303a0c86a0f |