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.3.tar.gz
(44.1 kB
view details)
Built Distribution
usaddress-0.2.3-py2.7.egg
(46.0 kB
view details)
File details
Details for the file usaddress-0.2.3.tar.gz
.
File metadata
- Download URL: usaddress-0.2.3.tar.gz
- Upload date:
- Size: 44.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e209ff33e62f76b4748163308e34ae56e5cbf776657e0f6079575d3f5e240f2 |
|
MD5 | f8e9b1c8129363f4484a46dad6483e81 |
|
BLAKE2b-256 | ce4d6c57f134c86eb6d9e22b535a20d05a1468571481ff8178236f02cdfcfd13 |
File details
Details for the file usaddress-0.2.3-py2.7.egg
.
File metadata
- Download URL: usaddress-0.2.3-py2.7.egg
- Upload date:
- Size: 46.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 015e76e28f70730679f7292837c87e841e8a3fe8658676d9513f1f2b1430ce08 |
|
MD5 | 1211adc50a15f42999e986e0bbec2ef6 |
|
BLAKE2b-256 | a4fab5cc76897c95c439b49815179193567c3f5bd8ef7828fe17c6307d405162 |