API переводчика Microsoft - опция notranslate не работает с Neural Network MT
Кто-нибудь испытывает, что опция notranslate игнорируется при отправке в Microsoft Neural Network MT? Эта же строка работает с SMT. Я отправляю это с "text / html".
Мой пример строки:
<p>For example, it is important to install the latest <span class=\"notranslate\">Intel® Chipset Software Installation Utility</span> immediately after installing most Microsoft operating systems to ensure proper drivers for the chipset are installed prior to installation of other drivers. System integrators should confirm boxed Intel Core 2 Duo processor-based systems are optimally configured and integrated.</p>
Кроме того, если у меня есть href, обернутый вокруг строки с опцией "notranslate", вся ссылка исчезнет после NMT.
"target_content": "<p>Beispielsweise ist es wichtig, die neueste Intel® Chipset Software Installation Utility unmittelbar nach der Installation der meisten Microsoft-Betriebssysteme zu installieren, um sicherzustellen, dass die richtigen Treiber für den Chipsatz vor der Installation anderer Treiber installiert werden. System Integratoren sollten bestätigen, dass Boxed Intel Core 2 Duo Prozessor-basierte Systeme optimal konfiguriert und integriert sind.</p>",
"source_content": "<p>For example, it is important to install the latest <a href=\"http://downloadcenter.intel.com/SearchResult.aspx?lang=eng&ProductFamily=Chipsets&ProductLine=Chipset+Software&ProductProduct=Intel%c2%ae+Chipset+Software+Installation+Utility\"><span class=\"notranslate\">Intel® Chipset Software Installation Utility</span></a> immediately after installing most Microsoft operating systems to ensure proper drivers for the chipset are installed prior to installation of other drivers. System integrators should confirm boxed Intel Core 2 Duo processor-based systems are optimally configured and integrated.</p>"