Update README.md

This commit is contained in:
Lucky 2023-08-29 16:41:28 -03:00 committed by GitHub
parent eb4c54b74f
commit 96dd5f7e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,3 +38,12 @@ I added an extra R script, with an example PDF output. In these files it takes t
I hope you find this additional script helpful.
Please also consider sending me CSV files of your scrapes to this GitHub repository.
# Sentiment Analysis
I added a sentiment analysis which will categorize used words into several columns and count their occurances. I am using the NCR library.
# X Posts by This ID
I wrote a script for finding all unique IDs from all threads, and performed analysis on the number of posts per unique ID (e.g. 2 posts by this ID) and plotted the frequency of the number of posts across all threads. See the example for a more in-depth explanation.