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?
3 Answers
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.

- 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
We've just made an overview of 15 Sentiment Analysis APIs, 8 of them support Spanish so far:
- Sentiment Analysis by nlu at Algorithmia (based on NLTK)
- Amazon Web Services Comprehend
- Google Cloud Natural Language
- IBM Watson NLU
- Meaning Cloud Sentiment Analysis
- Microsoft Cognitive Services Text Analytics
- Repustate Text Analytics
- TheSay PreCeive
Hope that helps!

- 658
- 8
- 13
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)

- 1,059
- 1
- 10
- 23