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.1.1.tar.gz
(258.1 kB
view details)
File details
Details for the file usaddress-0.1.1.tar.gz.
File metadata
- Download URL: usaddress-0.1.1.tar.gz
- Upload date:
- Size: 258.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccd8b02e361ba769ed9a745f82b9e6016bcc49d5a9e7515292f92c84fbf6ba00
|
|
| MD5 |
4fc0c3e218df2e9bd15b71773bcdf16f
|
|
| BLAKE2b-256 |
5ff05cabd937a512a906e11d7560037863b2b8d55b33f6c9ccef2dda1ef7d981
|