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

Wrong UK address resolution #13

Open
codekrolik2 opened this issue Dec 12, 2023 · 1 comment
Open

Wrong UK address resolution #13

codekrolik2 opened this issue Dec 12, 2023 · 1 comment
Assignees
Labels
customer-submission Issue submitted by customer

Comments

@codekrolik2
Copy link

codekrolik2 commented Dec 12, 2023

Describe the bug
Wrong UK address resolution

To Reproduce
Run
./address_parser /Users/john/projects/libpostal/senzing/libpostal

> 3 Juvina Cl, Witham CM8 1QL, UK, Braintree, CM81QL

Result:

{
  "house_number": "3",
  "road": "juvina cl",
  "city": "witham",
  "postcode": "cm8 1ql",
  "house": "uk braintree cm81ql"
}

Expected behavior

{
  "house_number": "3",
  "road": "juvina cl",
  "city": "witham",
  "postcode": "cm8 1ql",
  "country": "uk",
  "state": "braintree"
}

Screenshots

Desktop (please complete the following information):

  • OS: MacOs 13 Ventura
  • Browser N/A
  • Version N/A

Smartphone (please complete the following information):

  • Device: N/A
  • OS: N/A
  • Browser N/A
  • Version N/A

Additional context
The rumor has it that this model was created by Senzing Inc. for improved parsing on US, UK and Singapore addresses.
Well, this address is from UK, and leaves the model without a clue, let's fix it!

@github-actions github-actions bot added triage Need to triage customer-submission Issue submitted by customer labels Dec 12, 2023
@jamietypovsky jamietypovsky removed the triage Need to triage label Dec 12, 2023
@oskar700
Copy link
Contributor

@codekrolik2 Thanks for the information. We will work on this. There will be one change for the expected results: "braintree" will be classified as "state_district".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-submission Issue submitted by customer
Projects
None yet
Development

No branches or pull requests

3 participants