pelias / parser

natural language classification engine for geocoding
https://parser.demo.geocode.earth
MIT License
55 stars 27 forks source link

NL: recognise 'dreef' as a street type #167

Closed emacgillavry closed 1 year ago

emacgillavry commented 2 years ago

Description

Street names ending in -dreef (cf English 'drive') are not being recognised.

Reproducible example

Steps to reproduce the behavior:

  1. Install 'pelias/parser'
  2. Run node bin/cli.js Marnedreef, Utrecht
  3. The parser only recognizes Utrecht

Expected behavior

Return Marnedreef as a street and Utrecht as a locality.

Proposed solution

Add dreef to concatenated_suffixes_separable.txt

emacgillavry commented 1 year ago

Thnx!