Obtaining results from Sentiment Analysis and Opinion Mining in English for foreign language text.

Mariya Miteva 0 Reputation points
2023-08-03T08:07:52.3933333+00:00

Is it possible that sentiment results, specifically mind opinions in a language other than English, can be executed/translated into English within the Sentiment Analysis and Opinion Mining in Azure Cognitive Services?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,342 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,644 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 48,911 Reputation points Microsoft Employee Moderator
    2023-08-03T10:35:32.1266667+00:00

    @Mariya Miteva Azure Language service has both these offerings i.e sentiment analysis and opinion mining. If I understand your question correctly, you are looking to use the APIs by passing text in a language other than English and then obtain the result in English.

    I think this is currently not possible with the API, you can train a model with one language and classify it in a different language without needing to create another project for sentiment analysis but getting the output in different language is not possible.

    As a workaround, you will have to include the translate API to process the sentiment analysis and opinion mining result and translate it to the required language. Hope this helps!!

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.