Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Should I expand_address before parsing? #642

Open
piotratlz opened this issue Aug 29, 2023 · 1 comment
Open

Question: Should I expand_address before parsing? #642

piotratlz opened this issue Aug 29, 2023 · 1 comment

Comments

@piotratlz
Copy link

Hi

As it was written in issue title I wonder if I it is recommended to expand address before running parse_address?
My main goal is to identify unique addresses in dataset and it seems natural to first normalise an address and then parse it to extract labeled parts.

@albarrentine
Copy link
Contributor

Usually the other way around, parse then expand each component with its specific dictionaries. See the https://github.com/openvenues/lieu project for some examples in Python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants