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.4.5.tar.gz
(51.4 kB
view details)
File details
Details for the file usaddress-0.4.5.tar.gz.
File metadata
- Download URL: usaddress-0.4.5.tar.gz
- Upload date:
- Size: 51.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e467e24d20e717e48fe6b79fca209ea79db7cc434a88de3538097205de8b2c0
|
|
| MD5 |
b5b511e67eb2775820c4965e4ebf6173
|
|
| BLAKE2b-256 |
f1deca073ca1a77798a4906a8156c77804cce095c18f3ce4e14d870c44d59046
|