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.1.tar.gz
(50.2 kB
view details)
File details
Details for the file usaddress-0.2.1.tar.gz
.
File metadata
- Download URL: usaddress-0.2.1.tar.gz
- Upload date:
- Size: 50.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2072b72598d5c7710623493fd9d71a21ac75f5b04389d665cb8a073b0794ee97 |
|
MD5 | 159b0feeb30fdc077375f9ba2644c562 |
|
BLAKE2b-256 | 44b744d86f4668174026aac6c6c110ebae349ee512d4bbd4f3b234eef2968526 |