mirror of
https://github.com/gsi-upm/senpy
synced 2025-08-24 10:32:20 +00:00
tweaks for py2/py3 compatibility
This commit is contained in:
@@ -41,7 +41,6 @@ class TaigerPlugin3cats(SentimentPlugin):
|
||||
value = 1
|
||||
else:
|
||||
raise ValueError('unknown polarity: {}'.format(value))
|
||||
print(value, 'whatsup')
|
||||
return polarity, value
|
||||
|
||||
def analyse_entry(self, entry, params):
|
||||
|
Reference in New Issue
Block a user