From c8cbe516ee5f2aeabe8d9be9b3346817ff3c8929 Mon Sep 17 00:00:00 2001 From: johannawild <72805812+johannawild@users.noreply.github.com> Date: Fri, 25 Feb 2022 19:54:22 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 872ff27..77e757c 100644 --- a/README.md +++ b/README.md @@ -49,5 +49,6 @@ Assume we want to plot the graph of top 20 occurring hashtags in the downloaded The figure above shows the top 20 occurring hashtags among all the posts downloaded for the hashtag london. Clearly, the highest occurrence will be of the hashtag london as the file data/london/posts/data.json contain all the posts with hashtag london. 2. Printing the result in the shell: python3 hashtag_frequencies.py -d ../data/london/posts/data.json 20 -v -Screenshot 2021-12-09 at 21 27 46 +Screenshot 2022-02-25 at 19 54 09 +