1

it looks that the new API gives sentiment analysis in English, but not in Spanish, there is any help about that? When is it expected?

alarno
  • 43
  • 5

3 Answers3

2

Google Research NLP PM here.

We are planning to launch sentiment in Spanish, but don't yet have a timeline. One thing you can do in the meantime is run the text through the Translate API, which will fail badly for syntax but actually works reasonably well for Sentiment.

What kind of data are you planning to send through?

Edit: This is launched, and you can use it now.

Dave Orr
  • 1,082
  • 1
  • 9
  • 18
  • We develop ehealth projects, and we would like to add sentiment to doctors comments. Also we are planning it for twitter analysis. – alarno Jul 27 '16 at 10:44
0

Great progress has been made for sentiment analysis in Spanish since you asked your question 6 years ago. Today, you have very good Hugging Face Transformer based models, fine-tuned for sentiment analysis in Spanish. For example see these models:

- https://huggingface.co/sagorsarker/codeswitch-spaeng-sentiment-analysis-lince
- https://huggingface.co/daveni/twitter-xlm-roberta-emotion-es
- https://huggingface.co/nlptown/bert-base-multilingual-uncased-sentiment

There are also very good APIs for sentiment analysis in Spanish like NLP Cloud or https://www.repustate.com/spanish-sentiment-analysis/

(disclaimer: I'm a developer of NLP Cloud)

Julien Salinas
  • 1,059
  • 1
  • 10
  • 23