Questions tagged [bing-translator-api]

Microsoft API used to perform language translation, and other language-translated operations.

The cloud-based Microsoft Translator API can be used in web or client applications to perform language translation, and other language-translated operations. The service supports users who are not familiar with the default language of a page or application, or those desiring to communicate with people of a different language group. The API can be called via REST, AJAX, or SOAP.

43 questions
3
votes
1 answer

Translator Text API | Microsoft Azure | Always ERROR 401000

I tried to test Microsoft Translator API Text v3.0 but failed with 401 Access denied. I do standard cURL requests (HTTP POST) using PHP 7.3. $key = "************************"; // secret key here (from the Azure Portal) $host =…
3
votes
2 answers

Google Translate API v2, v3 PHP

I just started using the BING translate API to do a small volume of translations into most of their supported languages and that works pretty well. There is a GitHub project that has simple PHP code for making the API call to Microsoft. You mostly…
SScotti
  • 2,158
  • 4
  • 23
  • 41
3
votes
1 answer

Broken pipe when connecting to Azure Datamarket using http-client-tls

This is now a fixed bug in hs-tls. Before I can hit the bing translation api, I have to obtain an access token. This basically amounts to the following snippet which works fine from curl curl -Lp --data-urlencode client_id=$APPID \ …
John Tyree
  • 1,069
  • 7
  • 14
3
votes
0 answers

Using Bing Translator Api in Xcode using swift

I am using FGTranslator(https://github.com/gpolak/FGTranslator) to access bing translator api with swift but the problem is that FGTranslator is written in objective c and I am using swift but according to Apple we can do it. I successfully added…
Hassan Khan
  • 142
  • 1
  • 9
2
votes
2 answers

Microsoft Translator API Error Message: The received token is of incorrect token type

I am getting 400 error message as shown in image below, when I try out the Translation API using Try it out link http://docs.microsofttranslator.com/text-translate.html I am using the Access Key generated from Azure Portal for Cognitive Services…
2
votes
0 answers

Microsoft Bing Translator- "Alternative meanings/translations"

When you go to translate.bing.com and enter a word, you get a long list of alternative translations on the right side, which is fabulous. In case of, say, 允许, it looks like -允许 meanings which, with the scores is very right from my knowledge of…
xyz
  • 21
  • 1
2
votes
0 answers

Translate corpus of tweets into English in r?

I am doing text mining on twitter data. The problem I am facing is I have data in 27 languages, but I want all the tweets to be converted to English. How can I do that using tm package or translate package?
Kavya
  • 31
  • 1
  • 6
1
vote
1 answer

Microsoft Translator API (Switching from Statistical to Neural Models)

I am using the Microsoft Translator API (Python Scripts) and I have noted that it uses the Statistical Machine Translation model by default. However, the Neural Networks Translation Model is more accurate than the Statistical Model. As shown…
1
vote
2 answers

from api.microsofttranslator.com to azure cognitive service Translator Text API on Symfony

I am using the cocorico CMS github.com/Cocolabs-SAS/cocorico And all the translation are setup to use the old microsofttranslator.com API ; I know I should change the URL in parameter.yml but I haven't found the replacement for…
1
vote
2 answers

Completely confused about MT categories and impact on the model

I am trying to train an engine in the Microsoft Hub while taking advantage of the significantly better Neural vs SMT technology. While testing on https://translator.microsoft.com/neural/ , it's clear to me that Neural is what I want. However, the…
1
vote
1 answer

Big differences between MS Translator API results and Bing Translator Results. Why?

Bing Translator claims to use MS Translator. However, there can be serious differences between the translations provided by MS Transalator and the translations provided by Bing. Most of the time, Bing translations look much better. Can someone tell…
1
vote
1 answer

Bing Translator DNS address could not be found.datamarket.accesscontrol.windows.net

We are using the bing translater api in one of our projects for performing translations. The end point we use to call the api is: http://api.microsofttranslator.com/v2/Http.svc/Translate?text= To be able to call the API one has to authorize using…
Girish B
  • 11
  • 4
1
vote
0 answers

Can i convert multilingual Excel file to english using bing text translator java api?

I am working on my final year project where i am able to convert multilingual text to english using bing java api. I have to convert an excel file to english. THe excel file has multi language content. My query is how to read excel file as apache…
sam
  • 81
  • 3
  • 10
1
vote
2 answers

How can I get an Authentication Token for Microsoft Translator API?

I want to get an Authentication Token for the Microsoft Translator API. This is my code:
E. Opel
  • 27
  • 6
1
vote
1 answer

siteData parameter in translator web widget

I am exploring to add translation widget to our webpages by using Bing Translator Web Widget API. The URL given for the end point (http://www.microsoftTranslator.com/ajax/v3/WidgetV3.ashx?siteData=ueOIGRSKkd965FeEGM5JtQ**) has a siteData parameter…
1
2 3