aboutsummaryrefslogtreecommitdiff
path: root/_posts/2019-10-19-using-sentiment-analysis-for-clickbait-detection.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-11-05 12:17:03 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-11-05 12:17:03 +0100
commitd3dfec6f52d8093db276adb62021ced8f58e590c (patch)
tree91136e5b803a7058d42f998660cd4ba86fdf379d /_posts/2019-10-19-using-sentiment-analysis-for-clickbait-detection.md
parente490ef9a85ff161305d5647281ed316b54366bca (diff)
downloadmitjafelicijan.com-d3dfec6f52d8093db276adb62021ced8f58e590c.tar.gz
Added lazy loading to images
Diffstat (limited to '_posts/2019-10-19-using-sentiment-analysis-for-clickbait-detection.md')
-rw-r--r--_posts/2019-10-19-using-sentiment-analysis-for-clickbait-detection.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2019-10-19-using-sentiment-analysis-for-clickbait-detection.md b/_posts/2019-10-19-using-sentiment-analysis-for-clickbait-detection.md
index 5aad23c..a1b237b 100644
--- a/_posts/2019-10-19-using-sentiment-analysis-for-clickbait-detection.md
+++ b/_posts/2019-10-19-using-sentiment-analysis-for-clickbait-detection.md
@@ -93,7 +93,7 @@ plt.show()
93 longer period of time and then perform analysis again and use either machine 93 longer period of time and then perform analysis again and use either machine
94 learning or deep learning on top of it. 94 learning or deep learning on top of it.
95 95
96![Relationship between title and description](/assets/posts/sentiment-analysis/guardian-sa-title-desc-relationship.png) 96![Relationship between title and description](/assets/posts/sentiment-analysis/guardian-sa-title-desc-relationship.png){:loading="lazy"}
97 97
98Figure above displays difference between title and description sentiment for 98Figure above displays difference between title and description sentiment for
99specific RSS feed item. 1 means positive and -1 means negative sentiment. 99specific RSS feed item. 1 means positive and -1 means negative sentiment.