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.2.tar.gz
(43.5 kB
view details)
Built Distribution
usaddress-0.2.2-py2.7.egg
(45.4 kB
view details)
File details
Details for the file usaddress-0.2.2.tar.gz
.
File metadata
- Download URL: usaddress-0.2.2.tar.gz
- Upload date:
- Size: 43.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06c84454cb5c6d64d03497e726965e9c725eb0aaf475744d34b308e0607aee1a |
|
MD5 | 1d74a7254073cf0a50d741503b5d9370 |
|
BLAKE2b-256 | ad7f2d4ede9a4d39052ef793d8e1a48e70c53870698263b09ee0990e53d3cb51 |
File details
Details for the file usaddress-0.2.2-py2.7.egg
.
File metadata
- Download URL: usaddress-0.2.2-py2.7.egg
- Upload date:
- Size: 45.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ce1cbe564577e9e805d3a6ca55b60915241dbc599a300577297357c5ecd3f49 |
|
MD5 | 25942fef62ea7adfab019cd237c95bbd |
|
BLAKE2b-256 | 40cc89c44ab5634d243c66812e0b804e3271edc4b433dc80b5073fc363b372c2 |