aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2019-10-19-using-sentiment-analysis-for-clickbait-detection.md
diff options
context:
space:
mode:
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