UK house names
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 64
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
In the UK countryside, people name their houses!

These houses don't have house numbers, they use a name instead.
It seems like this is a very difficult problem to solve but we could simply make an attempt to parse addresses like "Hollies Croft, Chester Rd, Kelsall, CV60RJ" by treating tokens from sections before the street (so commas a required) as a 'venue name' or 'place'.
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 tracing the parser's address classification entry point and reviewing how comma-separated address sections are currently interpreted. Define the expected handling for the supplied house-name example, then add coverage demonstrating that the venue or place is identified without breaking existing address parsing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- search
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100