parser icon indicating copy to clipboard operation
parser copied to clipboard

natural language classification engine for geocoding

Results 40 parser issues
Sort by recently updated
recently updated
newest added

at some point we may wish to update the WOF resources since the previous data was probably pretty old ```bash node generate.js /data/wof/whosonfirst-data-admin-latest.db ```

enhancement

Hey team, I'm reading through as much of the pelias docs as I can find. I followed a link to pelias/parser and after reading through it (as well as https://geocode.earth/blog/2019/improved-autocomplete-parsing-is-here...

The following addresses with unit numbers are not able to accurately detect the 'B' as a unit. ``` 221 B Baker St (0.99) ➜ [ { housenumber: '221' }, {...

I noticed [this issue today over at libpostal](https://github.com/openvenues/libpostal/issues/462) and we have the same problem for users specifying 'Korea' instead of 'South Korea' or 'North Korea'. I went ahead and added...

related to https://github.com/pelias/api/pull/1380 we're currently not doing a great job of parsing venue names where the `place` classification comes at the end of the input: ```bash node bin/cli.js Café Pelias...

This issue is to track some queries which cause the library to take a long time (>50ms) - 310 4848 Virginia Beach blvd Virginia Beach, va 23562, Virginia Beach, VA,...

I created a solver that can fill the blanks (only for StreetPrefixClassification). We have some very long streets names, and this is not simple to safely match all street names....

In the UK countryside, people name their houses! ![clq3yZI](https://user-images.githubusercontent.com/738069/58957759-97eeba00-87a1-11e9-8705-ceda1ce098f2.jpg) These houses don't have house numbers, they use a name instead. It seems like this is a very difficult problem to...

Initially, I used a js object and `hasOwnProperty` to do the hashmap lookups and then later used [Set](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) and `has()`. It would be nice to standardize this, I'm just not...

Comte Borrell 64/66 5º 1ª This one building is labeled 64/66 (even numbers are adjacent on the same side of the street) The final part represents floor 5 and unit...