From 96dd5f7e84427c84b7fecb47dfc30d050b7386c0 Mon Sep 17 00:00:00 2001 From: Lucky <66523959+l-ucky@users.noreply.github.com> Date: Tue, 29 Aug 2023 16:41:28 -0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 409cb02..fb3f224 100644 --- a/README.md +++ b/README.md @@ -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.