Skip to main content

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


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.5.tar.gz (49.4 kB view details)

Uploaded Source

Built Distribution

usaddress-0.2.5-py2.7.egg (51.3 kB view details)

Uploaded Source

File details

Details for the file usaddress-0.2.5.tar.gz.

File metadata

  • Download URL: usaddress-0.2.5.tar.gz
  • Upload date:
  • Size: 49.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for usaddress-0.2.5.tar.gz
Algorithm Hash digest
SHA256 5633bc9fc9cc627e63604a0efc7d2336fb80df559eb37c1fdfe9d77094caf034
MD5 d14078c38b764b745318a536dea94b0b
BLAKE2b-256 7f4ad273ee1229f1860664c634867ec346d2f9178ec5df866f1f95af4170db3b

See more details on using hashes here.

File details

Details for the file usaddress-0.2.5-py2.7.egg.

File metadata

File hashes

Hashes for usaddress-0.2.5-py2.7.egg
Algorithm Hash digest
SHA256 95f4d922e38d69681252ee594d3d78aba1fd4f69280d0c42c03f980f918e1e43
MD5 0c7a58bf8aefb4ad7b20e63b75999619
BLAKE2b-256 e173003826a4a28d088101854bfdffcbe00a0f2a8d00f50d4ee4f51f4cf5c259

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page