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

Issue with the address not properly separated between components #40

Open
tim-lan opened this issue Nov 25, 2022 · 0 comments
Open

Issue with the address not properly separated between components #40

tim-lan opened this issue Nov 25, 2022 · 0 comments

Comments

@tim-lan
Copy link

tim-lan commented Nov 25, 2022

It seems the algorithm is quite sensitive to commas in address strings. I got different matching UPRNs after I fed the algorithm with the address 'Flat 49, Park View, Grenfell Road, Maidenhead, SL6 1FG' but in different forms with or without commas.

In the first and last trials in the screenshot, the algorithm couldn't find the flat even if there were commas to split 'flat' from other address components.

  • flat 49,park view grenfell road maidenhead berkshire, sl61fg
  • flat 49,park view,grenfell road maidenhead sl61fg
  • flat 49, Park View, Grenfell Road, Maidenhead, SL6 1FG
  • flat 49, park view grenfell road maidenhead, sl61fg

image

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

1 participant