Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

venue name parsing #76

Open
missinglink opened this issue Nov 8, 2019 · 0 comments
Open

venue name parsing #76

missinglink opened this issue Nov 8, 2019 · 0 comments

Comments

@missinglink
Copy link
Member

related to pelias/api#1380
we're currently not doing a great job of parsing venue names where the place classification comes at the end of the input:

node bin/cli.js Café Pelias
(0.40) ➜ [ { place: 'Café' } ]

node bin/cli.js Café Pelias Geocoder
(0.22) ➜ [ { place: 'Café' } ]

node bin/cli.js Pelias Café
(0.90) ➜ [ { place: 'Pelias Café' } ]

node bin/cli.js Pelias Geocoder Café
(0.80) ➜ [ { place: 'Pelias Geocoder Café' } ]

examples: https://brandongaille.com/list-45-catchy-coffee-shop-house-names/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant