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')]
Release files for usaddress 0.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| usaddress-0.4.0.tar.gz | 52.1 kB | Details |
Release files / usaddress-0.4.0.tar.gz
| Download URL | usaddress-0.4.0.tar.gz |
|---|---|
| Size | 52.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5c4aea93e511f930209dfcb5722a22babe291bfcf6b7edcd0e1dd6f9cf099e9d
|
|
BLAKE2b-256 checksum How to use checksums |
8719d1d6e360303f832b3f624c6d9a52a7e2ee07fe8a2566b76443a5c9776e6d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |