Parse US (optimized for Utah by AGRC) 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
agrc-usaddress-0.6.1.tar.gz
(67.7 kB
view hashes)
Built Distribution
Close
Hashes for agrc_usaddress-0.6.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22007e861b3e1825eb7ac4666f3716f602da7311b3b57a016da60cc56f869dbe |
|
MD5 | d40f86a3df09cde541d03dc11ca413ba |
|
BLAKE2b-256 | ea7e40f14972e082df41e256d78711eb05f34712d4ea5839c7506baed0701895 |