datamade / usaddress

:us: a python library for parsing unstructured United States address strings into address components
https://parserator.datamade.us/usaddress
MIT License
1.53k stars 303 forks source link

After parse, default human readable print #183

Closed invious closed 7 years ago

invious commented 7 years ago

I really wanted to use this to unify all addresses in a table that have been entered all kinds of ways, to one default way of entering the address, e.g. the ZIP4 format the USPS uses:

123 HAPPY ST NW
WASHINGTON DC 20002-4414

without this, i have to figure out a way to use the dict elements to recontruct an address from the parts..? How can I do this

fgregg commented 7 years ago

Let's continue the conversation at #83.