Translator support of diacritics?

Shay Ben-Elazar 91 Reputation points Microsoft Employee
2024-05-12T06:41:00.2933333+00:00

Hi,

Is there any Azure service that supports automatically adding diacritics to translated text (either via translation or as a post-processing step)?

If yes, I would appreciate a reference to a list of supported languages.

Thank you in advance

Azure Translator
Azure Translator
An Azure service to easily conduct machine translation with a simple REST API call.
350 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,446 questions
{count} votes

1 answer

Sort by: Most helpful
  1. navba-MSFT 17,485 Reputation points Microsoft Employee
    2024-05-13T02:57:11.3733333+00:00

    @Shay Ben-Elazar Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    Azure Translator service does not support automatically adding diacritics to translated text as a built-in feature. Diacritics are typically considered as part of the specific language's orthography and are not automatically added during translation.

    Azure Translator does provide features like Custom Translator, which allows you to create customized translation models. This could potentially be used to handle domain-specific terminology or language nuances such as diacritics. But this would require additional work and expertise in machine learning and natural language processing. This won't be a direct approach though.

    More info about custom translator here: https://learn.microsoft.com/en-us/azure/ai-services/translator/custom-translator/overview

    Alternatively, you can try to achieve the diacritics functionality by implementing a post-processing step after translation. You would need to use some additional text processing or language-specific libraries to add diacritics based on the language of the translated text.

    Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.

    1 person found this answer helpful.