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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for usaddress-0.2.8.tar.gz
Algorithm Hash digest
SHA256 2c9eb4052339058589971b9a51bcfef9ad6dbf016a283bf70fa7eacf56d62cc4
MD5 ce625988b7726365561599e7d2e5a6d8
BLAKE2b-256 f936942eb1ba1b0c4550f6182f582240314a41c6e4d3844a8082a72e084004db

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