Create Chatbot using an Unsupported Language

Ziggy Zulueta 490 Reputation points MVP
2023-07-26T00:22:41.6833333+00:00

I created a Custom Question Answering Project and I noticed in the list of languages that my local language is not supported. Is there a way to still use the service?

I did however find that my language is supported by Azure Translator. I saw that Azure supports Cloud – Text Translation and Document Translation in my language.

Should I translate the questions first to English using Azure Translator, then use my model in English using Custom Question Answering, then translate back to my local language using Azure Translator again to make this work?

Azure Translator
Azure Translator
An Azure service to easily conduct machine translation with a simple REST API call.
390 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
407 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ramr-msft 17,736 Reputation points
    2023-07-26T14:35:14.1066667+00:00

    @Ziggy Zulueta Thanks for the question. Yes, If your local language is not supported by the Custom Question Answering service, one option would be to use Azure Translator to translate the questions from your local language to a supported language, such as English, before passing them to the Custom Question Answering service. You could then translate the answers back to your local language using Azure Translator.

    Here are the high-level steps to follow:

    Use Azure Translator to translate the questions from your local language to a supported language, such as English.

    Pass the translated questions to the Custom Question Answering service for processing.

    Receive the answers from the Custom Question Answering service and use Azure Translator to translate them back to your local language.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.