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

Update to Yelp Fusion Categories #11

Open
kapil1garg opened this issue Jun 6, 2018 · 1 comment
Open

Update to Yelp Fusion Categories #11

kapil1garg opened this issue Jun 6, 2018 · 1 comment

Comments

@kapil1garg
Copy link

Affordance Aware now uses the Yelp V3 API. When returning places and categories, the alias field is always used. Note the formatting of tomate and al's below:

GET https://affordanceaware.herokuapp.com/location_tags/42.0582565/-87.6841178
[
  "clear", 
  "delis", 
  "latin", 
  "tomate_fresh_kitchen_evanston", 
  "coffee", 
  "tradamerican", 
  "sandwiches", 
  "mexican", 
  "daytime", 
  "als_deli_evanston", 
  "bcbc_coffee_lab_evanston", 
  "chair", 
  "sit_in_a_chair"
]

See here for the list of categories and a handy json file with all of them.

@youralien
Copy link
Member

Using v3 aliases instead of v2 titles in affinder-search PR: youralien/affinder-search#2

By removing the search for detectors based on simple string matching (#13 ), the features used are only based on Yelp aliases.

However, aliases might be difficult to understand. Currently, the aliases are not linked to their corresponding titles. This creates another issue #12

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

2 participants