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.5.0.tar.gz
(51.0 kB
view details)
File details
Details for the file usaddress-0.5.0.tar.gz
.
File metadata
- Download URL: usaddress-0.5.0.tar.gz
- Upload date:
- Size: 51.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b12a466838e59e9b6a0af9dab7ddb72575ae96bc10e082fcc4100a375396ab43 |
|
MD5 | 2da291d4004f0334a59477f0b423c06a |
|
BLAKE2b-256 | 917b90346513ede0d99f18a10bbdeb81a9a03885451f0e9de583250625dee72a |