google-translate Questions
3
I am hoping someone here can help me with the google translator API. I have an excel file with about 80k rows, and I am trying to build a macro where it translates everything in a column except for...
Discontinuation asked 16/1, 2017 at 7:58
1
I am trying to use google translate api as below. Translation seems ok except the apostrophe chars which are returned as ' instaead.
Is it possible to fix those ? I can of course make a p...
Savanna asked 13/6, 2019 at 7:56
3
Solved
I have approximately 20000 pieces of texts to translate, each of which average around the length of 100 characters. I am using the multiprocessing library to speed up my API calls. And looks like b...
Cycling asked 26/6, 2020 at 11:39
6
I used to call Google Translate TTS to download an audio file using this url:
http://translate.google.com/translate_tts?tl=en&q=Hello+world!
However Google changed the way that works and there...
Mexicali asked 25/1, 2016 at 20:44
11
Solved
I am having this error when translating thousands of text data in an iteration:
Expecting value: line 1 column 1 (char 0)
My code for translating big amounts of text:
translatedList = []
for in...
Ecstasy asked 26/3, 2018 at 17:37
5
Solved
Google Translate has a developer tool that will enable google translate on a website. Is there a way to tell Google Translate to not translate a section of the website? Perhaps with a class name on...
Ulund asked 9/3, 2012 at 3:23
6
Solved
I coded program about dictionary sentence and I want to have function to go to "google translator" application in my app
How can I use it , Should I import anything?
Jeramyjerba asked 8/2, 2011 at 9:10
1
When users visiting our website we use Google Translate API to translate our content to the user's language. (Of course we follow attribution and linking requirements so user knows that the content...
Krakau asked 13/1, 2020 at 12:46
2
Solved
I've searched thoroughly on Stack Overflow but couldn't find an answer to this problem. I'm trying to use the Google Translate API (googletrans 2.2.0) for Python (3.6.2) and am trying to translate ...
Fabron asked 29/12, 2017 at 10:47
2
Solved
I'm suddenly getting same strange markup when translating phrases in Google Translate API via the Java library. Examples for English → Swedish include:
Vector graphics → vektor~~POS=TRUNC grafikk~...
Blunderbuss asked 9/11, 2016 at 11:32
1
I'm new to use Google Could Platform.
I tried Translation API's tutorial. By some reason I want to use API-Key for its authentication. but API doesn't accept key in JSON Request, though it accept...
Marinelli asked 18/5, 2017 at 9:11
3
I have been using TextBlob, a package for Python (https://pypi.python.org/pypi/textblob) for translating articles to different language .
After reading their docs, I got to know that TextBlob mak...
Explicit asked 21/3, 2014 at 10:2
2
I'm trying to make a Chrome extension that uses the Google Cloud Translation API. I followed a bunch of instructions on many different pages in the docs for Google Translate and for developing Chro...
Luttrell asked 18/8, 2018 at 3:30
4
I'm using Google Translate tools to translate a web page and I also have an iframe on this page, that is not obviously translated with the page.
Is there a workaround, that any of you know, so I c...
Idaidae asked 8/4, 2014 at 12:1
5
If I pass a string (either in English or Arabic) as an input to the Google Translate API, it should translate it into the corresponding other language and give the translated string to me.
I read...
Mercurial asked 16/11, 2011 at 5:48
1
I am building an Open Source Chrome extension based on Google translate (here).
I have read the other questions about Google translate API (like this one and this one) but I still don't have my a...
Egeria asked 7/8, 2019 at 14:47
5
Solved
I'm trying to get the google translate API up and running. On the getting started guide, it gives the following example: https://www.googleapis.com/language/translate/v2/detect?key={MyAppId}&q=...
Ambrose asked 18/11, 2013 at 13:15
1
Solved
My problem
I would like to use a kind of data-augmentation method for NLP consisting of back-translating dataset.
Basically, I have a large dataset (SNLI), consisting of 1 100 000 english sentences...
Roundly asked 31/10, 2018 at 1:59
1
Solved
I am trying to use the Google Cloud Translate API. I generated a JSON file from a service account and set the GOOGLE_APPLICATION_CREDENTIALS to where the JSON file is saved. I then used it in a pro...
Ferrer asked 26/10, 2018 at 2:6
1
I have constructed an algorithm to transliterate from English to multiple languages, Since we should show them appropriate suggestion for the words they have entered, I have made logic to search in...
Origami asked 24/5, 2019 at 9:57
2
Solved
I'm trying to use Google cloud translate. I think the problem is that Google cloud translate use UTF8 and the jvm use UTF16. So i got some typo in translations. For instance :
public static void...
Pulse asked 15/2, 2018 at 11:7
2
Solved
I need Translate API service for my app and have chosen Google Translate API, which will cost money and require authentication against the Google API. But during the search I've found this link whi...
Empower asked 1/4, 2017 at 9:44
3
Solved
I wrote a few lines using Translator function in Googletrans a few days ago. But I was trying to re-run those lines today and it popped a series of errors... I'm really confused by this. If y...
Knowall asked 21/9, 2018 at 15:21
3
Solved
I hear that the Translate API will be charged for, but what exactly prevents us form using the free Google Translate service here for free ? Otherwise put, what are the limitations of the free serv...
Inessential asked 10/11, 2011 at 20:20
3
Solved
I'm using the google translate widget on one of my sites with the following google supplied code:
<div id="google_translate_element"></div><script type="text/javascript">
functio...
Pictorial asked 15/10, 2012 at 11:1
© 2022 - 2024 — McMap. All rights reserved.