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.6.tar.gz
(49.9 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.6-py2.7.egg
(52.3 kB
view details)
File details
Details for the file usaddress-0.2.6.tar.gz.
File metadata
- Download URL: usaddress-0.2.6.tar.gz
- Upload date:
- Size: 49.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
208ba707fe04c7a09807611969e4d6ad0f76d8fb3fbe8cf87563dc56726a666f
|
|
| MD5 |
253ccc4af1d68311da0dd4dccbb0ff76
|
|
| BLAKE2b-256 |
975155917fd63b4272f2c53b87259705ee5ae9b5a274ca0c8d057c8186ffdc02
|
File details
Details for the file usaddress-0.2.6-py2.7.egg.
File metadata
- Download URL: usaddress-0.2.6-py2.7.egg
- Upload date:
- Size: 52.3 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10f5237d539cebde5da8fc6c93126a9ad499add11bf6f69aee90a8643bf29109
|
|
| MD5 |
553d9b3326495825f1763796a1a13dd9
|
|
| BLAKE2b-256 |
483361abd6f41f05ea970dcb61e9daa3eb06d74002e03d4c0f517af43b645b5b
|