Skip to content

spati2/P3-CSC591

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P3-CSC591 (Twitter stream analysis)


  • Authors:

  • Joseph Decker - jdecker

  • Sadhana Kannan - sadhan

  • Sattwik Pati - spati2

  • Shilpa Mairpady - smairpa

  • Prathyusha Vadlamudi - pvadlam

  • Description :

  • Twitter tweets "love/hate" sentiment classifier in real-time using HoeffdingTree classifier, continuous model update and static features


PACKAGES REQUIRED: These have been required as below in script file

  • install.packages("streamR")
  • install.packages("ROAuth")
  • install.packages("plyr")
  • install.packages("stringr")
  • install.packages("tm")
  • install.packages("SnowballC")
  • install.packages("devtools")
  • install.packages("RMOA")
  • install.packages("ff")
  • install.packages("rJava")

require(streamR) require(ROAuth) require(plyr) require(stringr) require(tm) require(SnowballC) require(devtools) require(RMOA) require(ff) require(rJava)


To run script

Copy file "my_oauth.Rdata" to home or default directory of RStudio and run project3_v3.R after selecting entire file contents to run

In case credentials are non-transferable , create variables as follows - consumerKey <- "" consumerSecret <- "" and run project3_v3.R after selecting entire file contents to run



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages