This document describes a ranked restaurant search system using data mining and machine learning techniques. It involves 4 main steps: 1) Creating a database of restaurant information scraped from websites. 2) Collecting blog data related to restaurant reviews. 3) Extracting relevant information from blogs using natural language processing. 4) Building a search engine using Apache Solr to allow users to search and rank restaurants based on analysis of blog data. Machine learning classifiers like Naive Bayes and SVMs are used to determine if blogs contain restaurant reviews.
Related topics: