From 61181db199fd554b95e4905738c542041c448d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Mon, 18 Jun 2018 17:43:10 +0200 Subject: [PATCH] Fix sentiment140 plugin --- senpy/plugins/sentiment/sentiment140/sentiment140_plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/senpy/plugins/sentiment/sentiment140/sentiment140_plugin.py b/senpy/plugins/sentiment/sentiment140/sentiment140_plugin.py index 5b3ae71..1057079 100644 --- a/senpy/plugins/sentiment/sentiment140/sentiment140_plugin.py +++ b/senpy/plugins/sentiment/sentiment140/sentiment140_plugin.py @@ -48,7 +48,6 @@ class Sentiment140(SentimentPlugin): marl__hasPolarity=polarity, marl__polarityValue=polarity_value) sentiment.prov__wasGeneratedBy = self.id - entry.sentiments = [] entry.sentiments.append(sentiment) entry.language = lang yield entry