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.3.4.tar.gz
(52.1 kB
view details)
File details
Details for the file usaddress-0.3.4.tar.gz
.
File metadata
- Download URL: usaddress-0.3.4.tar.gz
- Upload date:
- Size: 52.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b8c0696f3ed4a43d7aa8f5ff568c56cb30f310fd600bf5355bf3a22697eaf2a |
|
MD5 | 07753a904dce43c101314e4312ab7bcc |
|
BLAKE2b-256 | 71e1bcc808b593aa3e300be9d5ff4d13b1fccae14143b4d817da8b593071c774 |