Slovakian Test Case
Open
Nobody has claimed this yet.
bug
- Dominant language
- JavaScript
- Stars
- 64
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
The following address currently returns zero solutions:
P. O. Hviezdoslava 2262/24, Topoľčany, NI, Slovakia
It's a complicated parse because:
- The street P. O. Hviezdoslava is a proper noun (name of a Slovak poet).
- It lacks a street suffix or suffix abbreviation.
- The first two words are heavily abbreviated.
- The
P.O.look similar to a PO Box designation (albeit with a space between) - The unit number is ambiguous, in this case the street number is actually the smaller number
24.
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
Start by reproducing the parser with P. O. Hviezdoslava 2262/24, Topoľčany, NI, Slovakia and trace the address-classification path that produces zero solutions. Use the linked OpenStreetMap way as the reference for the expected address, then add or update the relevant test so this case resolves correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- search
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100