Peter Johnson

Results 297 issues of Peter Johnson

This library has the concepts of `word`, `phrase` and `section` I not sure if the `word` concept is required as it can be represented as a single token `phrase`. In...

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

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,...

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...

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...