Addresses on Bowery in NYC are not properly handled
Open
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
Additional context
References
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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