pelias / parser

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

NL: recognise 'sngl' as abbr for 'singel' without full stop #165

Closed emacgillavry closed 2 years ago

emacgillavry commented 2 years ago

Abbreviated street names referring to '-singel', e.g. Blekerssngl, Gouda or Herensngl, Haarlem are only recognised as street names when there is a full stop at the end: Blekerssngl., Gouda or Herensngl., Haarlem.

Suggested change: add singel|sngl to the concatenated_suffixes_separable.txt file, as 'singel' also works as a street name by itself, e.g. Singel, Amsterdam.

missinglink commented 2 years ago

:+1: this seems safe to me, -sngl is an uncommon suffix and unlikely to cause undesired consequences.