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

Uploaded Source

Built Distribution

usaddress-0.2.6-py2.7.egg (52.3 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for usaddress-0.2.6.tar.gz
Algorithm Hash digest
SHA256 208ba707fe04c7a09807611969e4d6ad0f76d8fb3fbe8cf87563dc56726a666f
MD5 253ccc4af1d68311da0dd4dccbb0ff76
BLAKE2b-256 975155917fd63b4272f2c53b87259705ee5ae9b5a274ca0c8d057c8186ffdc02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for usaddress-0.2.6-py2.7.egg
Algorithm Hash digest
SHA256 10f5237d539cebde5da8fc6c93126a9ad499add11bf6f69aee90a8643bf29109
MD5 553d9b3326495825f1763796a1a13dd9
BLAKE2b-256 483361abd6f41f05ea970dcb61e9daa3eb06d74002e03d4c0f517af43b645b5b

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