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
Release history Release notifications | RSS feed
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)
Built Distributions
usaddress-0.5.8-py3-none-any.whl
(63.7 kB
view details)
usaddress-0.5.8-py2-none-any.whl
(63.7 kB
view details)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 576980521bce89d330d8aa6fcde03492ad2fa7148b3471b03128a21344de2dc9 |
|
MD5 | 014fbfe8cb3ef781b9ea492bea1a3e6b |
|
BLAKE2b-256 | 4bc5b1646f2fe0f68abda24910c98303b7ed47b087928235fc89a2a72cdbbc55 |
File details
Details for the file usaddress-0.5.8-py3-none-any.whl
.
File metadata
- Download URL: usaddress-0.5.8-py3-none-any.whl
- Upload date:
- Size: 63.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3667ab1ea7ffa095c36b293dc7be89b980c7e432d6594fd48fa209052deb064 |
|
MD5 | 81c64046e9f3e7a7459eddcb6832950a |
|
BLAKE2b-256 | 1b5638b2e98a211b754c195a256a8d65d8be92993c47de1528cfd89c0c7d40a5 |
File details
Details for the file usaddress-0.5.8-py2-none-any.whl
.
File metadata
- Download URL: usaddress-0.5.8-py2-none-any.whl
- Upload date:
- Size: 63.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aba3f046067e26edff966f5cb6b21a42f21e7701e052aaacddac354135356ac7 |
|
MD5 | 8e7640088053ad68beb357da3ad6612e |
|
BLAKE2b-256 | 654564dc5554e865475401310cfe391749f6a92d347621674f2470e601406bb5 |