├── .gitignore ├── GR_EDA_SentimentAnalysis.R ├── GR_MachineLearning.R ├── GR_Webscraping.R ├── GR_article_part1.Rmd ├── GR_article_part1.html ├── GR_article_part2.Rmd ├── GR_article_part2.html ├── GR_article_part3.Rmd ├── GR_article_part3.html ├── GoodReads_TextMining.Rproj ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BuissonFlorent/GoodReads_TextMining/HEAD/.gitignore -------------------------------------------------------------------------------- /GR_EDA_SentimentAnalysis.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BuissonFlorent/GoodReads_TextMining/HEAD/GR_EDA_SentimentAnalysis.R -------------------------------------------------------------------------------- /GR_MachineLearning.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BuissonFlorent/GoodReads_TextMining/HEAD/GR_MachineLearning.R -------------------------------------------------------------------------------- /GR_Webscraping.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BuissonFlorent/GoodReads_TextMining/HEAD/GR_Webscraping.R -------------------------------------------------------------------------------- /GR_article_part1.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BuissonFlorent/GoodReads_TextMining/HEAD/GR_article_part1.Rmd -------------------------------------------------------------------------------- /GR_article_part1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BuissonFlorent/GoodReads_TextMining/HEAD/GR_article_part1.html -------------------------------------------------------------------------------- /GR_article_part2.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BuissonFlorent/GoodReads_TextMining/HEAD/GR_article_part2.Rmd -------------------------------------------------------------------------------- /GR_article_part2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BuissonFlorent/GoodReads_TextMining/HEAD/GR_article_part2.html -------------------------------------------------------------------------------- /GR_article_part3.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BuissonFlorent/GoodReads_TextMining/HEAD/GR_article_part3.Rmd -------------------------------------------------------------------------------- /GR_article_part3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BuissonFlorent/GoodReads_TextMining/HEAD/GR_article_part3.html -------------------------------------------------------------------------------- /GoodReads_TextMining.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BuissonFlorent/GoodReads_TextMining/HEAD/GoodReads_TextMining.Rproj -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BuissonFlorent/GoodReads_TextMining/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BuissonFlorent/GoodReads_TextMining/HEAD/README.md --------------------------------------------------------------------------------