Parse US (optimized for Utah by AGRC) 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.1.tar.gz
(67.7 kB
view details)
Built Distribution
File details
Details for the file agrc-usaddress-0.6.1.tar.gz
.
File metadata
- Download URL: agrc-usaddress-0.6.1.tar.gz
- Upload date:
- Size: 67.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d55f3cd1dd1ae291645cce54d65661e16873b70e9130a442b7a9a1b34796b54c |
|
MD5 | 8e870b0ce1ce6a2d49d0ba063a5c3f99 |
|
BLAKE2b-256 | 88d3b408e99a0766d5babf4816b4cb0db86c21154c5f6e8552cf5a5c400024d5 |
Provenance
File details
Details for the file agrc_usaddress-0.6.1-py2.py3-none-any.whl
.
File metadata
- Download URL: agrc_usaddress-0.6.1-py2.py3-none-any.whl
- Upload date:
- Size: 65.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22007e861b3e1825eb7ac4666f3716f602da7311b3b57a016da60cc56f869dbe |
|
MD5 | d40f86a3df09cde541d03dc11ca413ba |
|
BLAKE2b-256 | ea7e40f14972e082df41e256d78711eb05f34712d4ea5839c7506baed0701895 |