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 interpereter, you can
>>> 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.2.5.tar.gz
(49.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
usaddress-0.2.5-py2.7.egg
(51.3 kB
view details)
File details
Details for the file usaddress-0.2.5.tar.gz.
File metadata
- Download URL: usaddress-0.2.5.tar.gz
- Upload date:
- Size: 49.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5633bc9fc9cc627e63604a0efc7d2336fb80df559eb37c1fdfe9d77094caf034
|
|
| MD5 |
d14078c38b764b745318a536dea94b0b
|
|
| BLAKE2b-256 |
7f4ad273ee1229f1860664c634867ec346d2f9178ec5df866f1f95af4170db3b
|
File details
Details for the file usaddress-0.2.5-py2.7.egg.
File metadata
- Download URL: usaddress-0.2.5-py2.7.egg
- Upload date:
- Size: 51.3 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95f4d922e38d69681252ee594d3d78aba1fd4f69280d0c42c03f980f918e1e43
|
|
| MD5 |
0c7a58bf8aefb4ad7b20e63b75999619
|
|
| BLAKE2b-256 |
e173003826a4a28d088101854bfdffcbe00a0f2a8d00f50d4ee4f51f4cf5c259
|