/GoodReads_TextMining

Webscraping and analyzing book reviews on GoodReads

Primary LanguageHTMLMIT LicenseMIT

GoodReads_TextMining

Webscraping and analyzing book reviews on GoodReads.

Part 1: webscraping

  • GR_article_part1.Rmd = R markdown of the article
  • GR_article_part1.html = html version of the article
  • GR_Webscraping.R = R script of the analyses

Part 2: Exploratory Data Analysis (EDA) and sentiment analysis

  • GR_article_part2.Rmd = R markdown of the article
  • GR_article_part2.html = html of the article
  • GR_EDA_SentimentAnalysis.R = R script of the analyses

Part 3: Predictive Analytics / Machine learning

  • GR_article_part3.Rmd = R markdown of the article
  • GR_article_part3.html = html of the article
  • GR_MachineLearning.R = R script of the analyses