Page MenuHomePhabricator

Technical feasibility investigation for Bing translation support in cxserver
Closed, ResolvedPublic

Description

Spend a few hours or up to half a day to investigate how easy it would be to add Microsoft Translator API support in cxserver. Expected output:

  • Demo if possible
  • List of potential challenges in the implementation
  • Estimation of implementation effort for additional work to complete the support

Event Timeline

This API is similar to Google/Yandex. It supports direct HTML translation, though in my short testing I noticed it had moved a link to a wrong word in the translation, so their mapping algorithm is not perfect. I did not compare it to our own mapping algorithm, but I don't expect ours to be better.

There are few language codes that need a code map and should be selected carefully in case of languages with multiple scripts.

Improving the code to a merge-able state should take only an hour or two max.