pelias / pelias/parser

Addresses on Bowery in NYC are not properly handled

Open
#177 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
JavaScript
Stars
64
Forks
26
PR merge metrics
No merged PRs in 30d

Description

Describe the bug

Addresses such as

186 Bowery, New York, NY 10012

are not properly parsed

Steps to Reproduce

Spin up interactive webserver. Type 186 Bowery, New York, NY 10012 in

Expected behavior

Housenumber: 186
Street: Bowery
City: New York
State: NY
Zip: 10012

Environment (please complete the following information):

N/A

Pastebin/Screenshots

Screenshot 2024-02-13 at 21 19 38

Additional context

References

https://en.wikipedia.org/wiki/Bowery

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue in the interactive webserver using 186 Bowery, New York, NY 10012, then trace how the parser classifies and extracts the address components. Done means the result identifies housenumber 186, street Bowery, city New York, state NY, and ZIP 10012.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
search
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.