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.3.tar.gz
(51.9 kB
view details)
File details
Details for the file usaddress-0.5.3.tar.gz
.
File metadata
- Download URL: usaddress-0.5.3.tar.gz
- Upload date:
- Size: 51.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a526620647b84baddce7223bab04ccb45597d3495517d9e174bd1c26688870bb |
|
MD5 | ab163587b20192046092de05d479515f |
|
BLAKE2b-256 | 75a1932b14ae95942a21cca171b9883a4695e501a4476b3dbbbf5abb6a95a954 |