Skip to content

kabirnayeem99/sentimentanalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis from Tweets

A repository of Sentiment Analysis using R learning material.

Run

  1. Install and launch R. I like to use RStudio.
  2. Create a directory called sentiment_analysis. From the command line: mkdir sentimentanalysis
  3. Open up that directory. From the command line: cd sentimentanalysis
  4. Clone this repository. From the command line: git clone git@github.com:kabirnayeem99/sentimentanalysis.git
  5. Open the file sentiment_analysis.R in RStudio.
  6. Make sure your working directory is the sentiment_analysis directory. From RStudio, you can go to Tools -> Set Working Directory -> Choose Directory. Or you can run the command setwd('path/to/directory')
  7. Select 'Run' to execute the program.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GNU General Public License

Releases

No releases published

Packages

No packages published

Languages