Skip to content

lppier/Sentiment_Mining_on_Yelp_Reviews

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Mining on Yelp Reviews

This was a project on text sentiment mining from Yelp reviews. The following techniques were used:

  • Preprocessing on the review text doing n-grams, tokenization, pos-tagging, stopwords and lemmatization
  • Negation to get better accuracies
  • Classification with Naive Bayes, SVM and Recurrent Neural Networks (LSTM)
  • Aspect Mining
  • Information Extraction

About

Sentiment mining collaboration on Yelp Restaurant Reviews using various machine learning techniques

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.3%
  • Python 1.7%