Peter Johnson
Peter Johnson
Review our synonyms and suffixes compared to [Nominatim's list](https://github.com/twain47/Nominatim/blob/80df4d3b560f5b1fd550dcf8cdc09a992b69fee0/module/tokenstringreplacements.inc) & [USPS List of Official Abbreviations](https://web.archive.org/web/20140701000000*/https://www.usps.com/send/official-abbreviations.htm) related to: https://github.com/pelias/schema/issues/62
Recently https://github.com/pelias/sorting/pull/26 and https://github.com/pelias/api/pull/1626 highlighted the response order displayed in Pelias is directly linked to the order returned from this library. In particular the test case mentioned in this comment...
I noticed what appears to be a bug in the code but appears to have no negative effects on the quality of results. There is a piece of code which...
In live mode, inputs ending with a space are considered 'complete' This is incorrect and causes issues for queries such as: `New South ` (note the trailing space) Expected: New...
this code is branched off https://github.com/pelias/interpolation/pull/244, please merge that PR first! ▶️ [see only the diff](https://github.com/pelias/interpolation/compare/better-sqlite3-v2...better-sqlite3-v2-plus-libpostal-service) ◀️ this draft PR is all the best bits of https://github.com/pelias/interpolation/pull/146 & https://github.com/pelias/interpolation/pull/240 rebased...
A planet-wide interpolation build tends to encounter a lot of bad/invalid OpenAddresses data. The logging for this is quite verbose, the `*.err` logger writes *both* the offending row in JSON...
Usage of the `info` or `debug` level logging when `stdout` is a `TTY` results in a ~25% performance hit. This PR simply adds a warning so developers are aware. ```bash...
We have a conservative setting for parsing hyphenated house numbers. ie. is `4-6` a 'number range' or a 'house number and apartment number' In some countries such as Canada their...
[do not merge] this PR adds support for returning the unparsed prefix from user input as described in https://github.com/pelias/placeholder/issues/36 closes https://github.com/pelias/placeholder/issues/36
from osm: - `1A,1B,1C,1D,1E,1F,1G,1H,1J,1K,1L,1M,1N,1P,2A,2B,2C,2D,2E,2F,2G,2H,2J` - `95-A1` non-ascii chars? ``` could not reliably parse housenumber 28А could not reliably parse housenumber 28Б could not reliably parse housenumber 28В could not reliably...