parser
parser copied to clipboard
natural language classification engine for geocoding
currently, quotes are considered boundary characters with the same semantic meaning as a comma or tab. I think it would be better to consider quoted sections as 'literal', so that...
Looking over the code today I noticed that the query 'Am Falkplatz' (and friends) are relying on a `StopWordClassification` for matching. This seems brittle, this PR replaces it with the...
branched from `stopword-classification`, requires https://github.com/pelias/parser/pull/179 be merged first. This PR is an attempt at solving https://github.com/pelias/parser/issues/178 with minimal changes. However, it seems to solve a longstanding issue which was more...
Add support for/test cases covering `bis/ter` housenumber suffixes for French addresses. ``` 1 bis Av. Amélie, 92320 Châtillon, France ``` ```js { "subject": "1 bis Av.", "housenumber": "1", "street": "bis...