Topic and Sentiment Analysis Chart

New Member
4909 Views
SidMacherla
New Member

Topic and Sentiment Analysis Chart

Author: Sidharth Macherla

 

Documentation + Source Code + Usage guide + Submit bugs + License are available at foyi digital library 

 

R Packages needed:
library(tm)
library(topicmodels)
library(vader)

library(ggplot2)

 

Tested on:

Windows 10, 64 Bit machine with R 3.5.3

avatar user