CMD + K

usaddress

Community

Parse US addresses using conditional random fields

Installation

To install this package, run one of the following:

Conda
$conda install gwerbin::usaddress

Usage Tracking

0.5.10
1 / 8 versions selected
Downloads (Last 6 months): 0

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')]

About

Summary

Parse US addresses using conditional random fields

Last Updated

Sep 16, 2019 at 23:16

License

MIT License

Total Downloads

27

Supported Platforms

linux-64