项目作者: gra-vel

项目描述 :
twitter sentiment analysis
高级语言: Jupyter Notebook
项目地址: git://github.com/gra-vel/twitter-sa.git
创建时间: 2020-10-26T21:55:22Z
项目社区:https://github.com/gra-vel/twitter-sa

开源协议:

下载


Text Mining using Twitter

This project is an exploratory data analysis using R. The dataset comes from Twitter and it was retrieved using Twitter API. Tweets are from the timeline of four media outlets and the goal is to identify the differences and similarities between these timelines. The libraries used for this project are:

  • rtweet
  • tidyverse
  • tidytext
  • stopwords
  • scales
  • lubridate
  • corrplot

Most of the analysis follows the structure from the first chapter Text mining with R by Julia Silge & David Robinson.