pelias / pelias/parser

UK house names

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

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!

clq3yZI

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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.