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.4.tar.gz
(52.3 kB
view details)
File details
Details for the file usaddress-0.5.4.tar.gz
.
File metadata
- Download URL: usaddress-0.5.4.tar.gz
- Upload date:
- Size: 52.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83db9879e00e3c559c7454b6e2cd537209a6df274b67c8d5d8a62e940a2ae7d7 |
|
MD5 | d49ada265ed8a5eee9a20d57422c84c7 |
|
BLAKE2b-256 | ff4575577d4b4792cb408373bb0a6712200dda526c8dc9753f1e7694736fc0f3 |