REST API for transliterating text into the latin alphabet, with support for over 35 languages.
Just run the following command:
dotnet build
Just run the following command:
dotnet run
The following example will transliterate the Russian name Экваториальная Африка into Ekvatorialnaya Afrika:
curl --insecure --request GET --location 'http://localhost:5000/Transliteration?text=%D0%AD%D0%BA%D0%B2%D0%B0%D1%82%D0%BE%D1%80%D0%B8%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0&language=ru'