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.1.tar.gz
(51.2 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.4.1-py2.7.egg
(54.0 kB
view details)
File details
Details for the file usaddress-0.4.1.tar.gz.
File metadata
- Download URL: usaddress-0.4.1.tar.gz
- Upload date:
- Size: 51.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd10d2d656c55f1415e8c1b77e74cb3125550f3cfc0abe61f4c192dfbfa19cf4
|
|
| MD5 |
6d55f4b19ca53f5bdd7ab1b83243814f
|
|
| BLAKE2b-256 |
88ac7116df9bf94121748cdd2a32fa96cd5cf891e79443f7183e326842a79e2e
|
File details
Details for the file usaddress-0.4.1-py2.7.egg.
File metadata
- Download URL: usaddress-0.4.1-py2.7.egg
- Upload date:
- Size: 54.0 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
208d2d6294b0c4c1a2dbb2bf49c9df26fb3163861b9bd31a25bfc3f8f4f6649e
|
|
| MD5 |
2163b149d11b55db0474ebff599e8138
|
|
| BLAKE2b-256 |
4fcf33cc66da436c3c3541e929efc354cf99eef447bef2df5a0b052e4ec90622
|