/ml-sentiment-analysis-nltk

Predict sentiment score with automatic translate technique

Primary LanguagePython

sentiment-analysis-nltk

Predict sentiment score with automatic translate technique Technologies:

  1. Python flask
    /sentiment
    -Example request
    {"text": "Please, tell me my sentiment"}

    -Example response
    {
    "text": "Please, tell me my sentiment",
    "sentiment": "{'compound': 0.6, 'neu': 0.1, 'pos': 0.56,' neg': 0
    }

/translate
-Example request
{"text": "Por favor, traducime al ingles, portugues"}

-Example response <br />
{ <br />
    "text": "Por favor, traducime a 2 idiomas", <br />
    "en": "Please, translate me in two language", <br />
    "pt": "bla bla bla bla" <br />
}