Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 514 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 514 Bytes

csci544_fall2016_project

yelp-dataset

Contains the dataset we created and used for the project

yelp-extractor

A python library we implemented tha utilizes Yelp API and scrapy in order to create a dataset.

yelp-sentiment

The core of our project. One component is responsible for detecting whether a review is referring to a an item on the restaurants menu. A second component uses a trained sentiment classifier to predict whether the reviewer left a positive or negative review about a food item.