aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2019-10-19-using-sentiment-analysis-for-clickbait-detection.md
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-08-05 12:09:37 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-08-05 12:09:37 +0200
commit2f5ea5f4982d6276881c9a3342ed8847ebc7d326 (patch)
treec405cf24bce11c00d7d453bdd18995cf8cda97aa /content/posts/2019-10-19-using-sentiment-analysis-for-clickbait-detection.md
parentc181dc5c37435029a0f5f2c51d6f36da4d32afd5 (diff)
downloadmitjafelicijan.com-2f5ea5f4982d6276881c9a3342ed8847ebc7d326.tar.gz
Moved assets to posts
Diffstat (limited to 'content/posts/2019-10-19-using-sentiment-analysis-for-clickbait-detection.md')
-rw-r--r--content/posts/2019-10-19-using-sentiment-analysis-for-clickbait-detection.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/2019-10-19-using-sentiment-analysis-for-clickbait-detection.md b/content/posts/2019-10-19-using-sentiment-analysis-for-clickbait-detection.md
index 8322e70..d5729ed 100644
--- a/content/posts/2019-10-19-using-sentiment-analysis-for-clickbait-detection.md
+++ b/content/posts/2019-10-19-using-sentiment-analysis-for-clickbait-detection.md
@@ -92,12 +92,12 @@ plt.show()
92 longer period of time and then perform analysis again and use either machine 92 longer period of time and then perform analysis again and use either machine
93 learning or deep learning on top of it. 93 learning or deep learning on top of it.
94 94
95![Relationship between title and description](/assets/sentiment-analysis/guardian-sa-title-desc-relationship.png) 95![Relationship between title and description](/posts/sentiment-analysis/guardian-sa-title-desc-relationship.png)
96 96
97Figure above displays difference between title and description sentiment for 97Figure above displays difference between title and description sentiment for
98specific RSS feed item. 1 means positive and -1 means negative sentiment. 98specific RSS feed item. 1 means positive and -1 means negative sentiment.
99 99
100[» Download Jupyter Notebook](/assets/sentiment-analysis/sentiment-analysis.ipynb) 100[» Download Jupyter Notebook](/posts/sentiment-analysis/sentiment-analysis.ipynb)
101 101
102## Going further 102## Going further
103 103