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:
parent
0e4146ed8d
commit
d8c47220b1
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user