degauss-org / postal

address normalization and parsing with libpostal
https://degauss.org/postal
GNU General Public License v3.0
0 stars 2 forks source link

"second line" addresses components are included in `parsed_address` output #9

Closed cole-brokamp closed 2 years ago

cole-brokamp commented 2 years ago

Here is where all parsed address components are combined into one parsed_address:

https://github.com/degauss-org/postal/blob/e8e0b472a309e58ce9878e701f87cc8f842233b6/entrypoint.R#L46

Should the parsed address only be made up of certain components? What if input file is supplied with addresses that don't have City or State (address stubs....)

cole-brokamp commented 2 years ago

tidyselect::any_of()