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
- Host: GitHub
- URL: https://github.com/kabirnayeem99/sentimentanalysis
- Owner: kabirnayeem99
- License: gpl-3.0
- Created: 2020-05-27T10:25:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T14:49:02.000Z (over 5 years ago)
- Last Synced: 2025-02-17T16:52:17.059Z (8 months ago)
- Topics: apple-analytics, data-mining, r, sentiment-analysis, standard-r-project
- Language: R
- Size: 498 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)