From d3dfec6f52d8093db276adb62021ced8f58e590c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 5 Nov 2023 12:17:03 +0100 Subject: Added lazy loading to images --- _posts/2019-10-19-using-sentiment-analysis-for-clickbait-detection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts/2019-10-19-using-sentiment-analysis-for-clickbait-detection.md') 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() longer period of time and then perform analysis again and use either machine learning or deep learning on top of it. -![Relationship between title and description](/assets/posts/sentiment-analysis/guardian-sa-title-desc-relationship.png) +![Relationship between title and description](/assets/posts/sentiment-analysis/guardian-sa-title-desc-relationship.png){:loading="lazy"} Figure above displays difference between title and description sentiment for specific RSS feed item. 1 means positive and -1 means negative sentiment. -- cgit v1.2.3