1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-13 04:02:29 +00:00

Modify default TAIGER endpoint

This commit is contained in:
J. Fernando Sánchez 2018-08-01 13:22:21 +02:00
parent 0e4146ed8d
commit d8c47220b1

View File

@ -11,7 +11,7 @@ from senpy.plugins import SentimentPlugin
from senpy.models import Results, Entry, Entity, Topic, Sentiment, Error
TAIGER_ENDPOINT = os.environ.get("TAIGER_ENDPOINT", 'http://134.244.91.7:8080/sentiment/classifyPositivity')
TAIGER_ENDPOINT = os.environ.get("TAIGER_ENDPOINT", 'http://34.244.91.7:8080/sentiment/classifyPositivity')
class TaigerPlugin(SentimentPlugin):