An open API service indexing awesome lists of open source software.

https://github.com/kabirnayeem99/sentimentanalysis

Sentiment Analysis on Scrapped tweets
https://github.com/kabirnayeem99/sentimentanalysis

apple-analytics data-mining r sentiment-analysis standard-r-project

Last synced: 5 months ago
JSON representation

Sentiment Analysis on Scrapped tweets

Awesome Lists containing this project

README

          

# Sentiment Analysis from Tweets

A repository of **Sentiment Analysis using R** learning material.

## Run

1. Install and launch R. I like to use [RStudio](http://www.rstudio.com/).
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](https://www.gnu.org/licenses/gpl-3.0.en.html)