Skip to content

venue name parsing #76

@missinglink

Description

@missinglink

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions