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 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


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

Uploaded Source

Built Distributions

usaddress-0.5.8-py3-none-any.whl (63.7 kB view details)

Uploaded Python 3

usaddress-0.5.8-py2-none-any.whl (63.7 kB view details)

Uploaded Python 2

File details

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

File metadata

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

File hashes

Hashes for usaddress-0.5.8.tar.gz
Algorithm Hash digest
SHA256 576980521bce89d330d8aa6fcde03492ad2fa7148b3471b03128a21344de2dc9
MD5 014fbfe8cb3ef781b9ea492bea1a3e6b
BLAKE2b-256 4bc5b1646f2fe0f68abda24910c98303b7ed47b087928235fc89a2a72cdbbc55

See more details on using hashes here.

File details

Details for the file usaddress-0.5.8-py3-none-any.whl.

File metadata

File hashes

Hashes for usaddress-0.5.8-py3-none-any.whl
Algorithm Hash digest
SHA256 a3667ab1ea7ffa095c36b293dc7be89b980c7e432d6594fd48fa209052deb064
MD5 81c64046e9f3e7a7459eddcb6832950a
BLAKE2b-256 1b5638b2e98a211b754c195a256a8d65d8be92993c47de1528cfd89c0c7d40a5

See more details on using hashes here.

File details

Details for the file usaddress-0.5.8-py2-none-any.whl.

File metadata

File hashes

Hashes for usaddress-0.5.8-py2-none-any.whl
Algorithm Hash digest
SHA256 aba3f046067e26edff966f5cb6b21a42f21e7701e052aaacddac354135356ac7
MD5 8e7640088053ad68beb357da3ad6612e
BLAKE2b-256 654564dc5554e865475401310cfe391749f6a92d347621674f2470e601406bb5

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