cfpb / grasshopper-parser

Address Parsing REST API
Creative Commons Zero v1.0 Universal
8 stars 8 forks source link

Merge /standardize and /parse functionality #28

Closed hkeeler closed 8 years ago

hkeeler commented 8 years ago

We currently have 2 resources that do basically the same thing, parse an address string into its component parts.

I would like to refactor /parse, abstracting away any usaddress specifics, and incorporating any features in /standardize that make it useful for our specific needs. Now seems like a good time to do this as we're rearranging the guts up of the geocoder now anyway.

I will post my proposed changes shortly.