Opinion mining in Portuguese for certain phrases give HttpResponseError: (InternalServerError) Processing failed unexpectedly. Please try again later.

Guilherme Parreira da Silva 1 Reputation point
2021-11-09T12:06:09.877+00:00

Hi There! I am using the sentiment analysis '2021-10-01-preview' version for 'pt-BR'.
When I try to evaluate a specific sentence with opinion mining it gives me an error:

text = 'Somos muitos gratos pelo atendimento de toda a equipe Marista, as professoras também são, além de competentes, muito carinhosas. Toda a escola tem essa energia positiva.'
result6 = text_analytics_client.analyze_sentiment(documents=[text], 
                                                  language = 'pt-BR',
                                                  show_opinion_mining=True, 
                                                  model_version="2021-10-01-preview")

HttpResponseError: (InternalServerError) Processing failed unexpectedly. Please try again later.
If I set show_opinion_mining=False it runs normally.
Any suggestions?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,967 questions
{count} votes