Questions tagged [google-language-api]

Google Translate is a tool that automatically translates text from one language to another language (e.g. French to English). You can use the Google Translate API to programmatically translate text in your webpages or apps.

Google Translate is a tool that automatically translates text from one language to another language (e.g. French to English). You can use the Google Translate API to programmatically translate text in your webpages or apps.

Here is more information about the Google Translate API.

25 questions
0
votes
2 answers

R- Following Error: API returned: Request had insufficient authentication scopes

I've verified my API in RStudio after hours of trying and now I've reached another error while trying to translate a sentence. Would be grateful for any help! I'm just trying to translate "hello" to french using googleLanguageR package - >…
Jaitegh
  • 1
  • 2
0
votes
0 answers

Python request to Google Natural Language API fails with error 400

just trying to send a simple request to the Natural Language API in python and i cant understand why it's not working; code: import requests import json apikey = *Blanked* URL = "https://language.googleapis.com/v1/documents:analyzeSentiment?key="…
0
votes
1 answer

Converting a dialogue tibble to .txt, and back again

I want to take a tibble that represents dialogue and turn it into a .txt that can be manually edited in a text editor and then returned to a tibble for processing. The key challenge I've had is separating the blocks of text in a way that they can be…
Sam
  • 281
  • 4
  • 10
0
votes
1 answer

Translate Google Doc from List - Problem: does not fully run on some docs

I created some simple code that pulls a Google Doc URL from a spreadsheet in cell B2. The code works for some documents, but not others. The program correctly creates a duplicate of the doc, which preserves all formatting. From there, I aim to…
0
votes
0 answers

package or namespace load failed for ‘googleLanguageR’

I am facing issue to install "googleLanguageR" package in R version 3.5 I have installed Rtools to install that library(googleLanguageR) Error: package or namespace load failed for ‘googleLanguageR’ in gzfile(file, "rb"): cannot open the…
Rajib Kumar De
  • 711
  • 1
  • 6
  • 9
0
votes
0 answers

Onkeypress in textarea suggestion box not display in google translate

I am trying to get suggestion in google translate API but when i press language this is working fine but suggestion is not coming. Can some help on this?