A repository of Sentiment Analysis using R learning material.
- Install and launch R. I like to use RStudio.
- Create a directory called sentiment_analysis. From the command line:
mkdir sentimentanalysis
- Open up that directory. From the command line:
cd sentimentanalysis
- Clone this repository. From the command line:
git clone git@github.com:kabirnayeem99/sentimentanalysis.git
- Open the file sentiment_analysis.R in RStudio.
- 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')
- Select 'Run' to execute the program.
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.