Questions tagged [translators]

46 questions
3
votes
1 answer

Building a translator for Processing for my Masters dissertation

this is the first time i post here and i would like to ask for help. My objective is to make the task of learning Processing more interactive and easier. To do that, I am developing an educational program simulation tool. My question is how could i…
3
votes
1 answer

Android Translation application using yandex api showing result in emulator text view but not in real device

I am trying to make a translation application from English to Bangla using Yandex API. It works fine in the emulator but in the real device it shows result for only one word in the text view but when writing a sentence it shows null / nothing. I…
Shahriar
  • 63
  • 8
1
vote
1 answer

Could jOOQ(Java)-SQL translator API be self hosted?

I am using https://www.jooq.org/translate/ to translate SQL queries, and I want to translate SQL into jOOQ (Java) statements. Can the program for to this API provide an installation package for self-hosting? I want to deploy this API on my own…
1
vote
1 answer

Flutter with Translator : why the argument type 'Future' can't be assigned to the parameter type 'String'?

i got this problem : the argument type 'Future' can't be assigned to the parameter type 'String'? , when i write this "Text(text.translate(to: 'es').toString())" i add .toString() it works in function translate() but i need it to work inside my…
1
vote
2 answers

Replacing all characters of a String with different ones

I'm trying to make a "translator" using a HashMap that will transforom text to binary and I can't quite figure out how to replace all the characters with the value of said characters. example. Key : "a" Value : "0110 0001". This is what I have for…
1
vote
0 answers

googletrans python AttributeError: 'NoneType' object has no attribute 'group'

So, I've prepared code like this: async def cv_local(ctx, country=""): translator = Translator() try: country = translator.translate(country, dest='en').text now = datetime.datetime.now() # startTime = time.time() …
Moder New
  • 457
  • 1
  • 5
  • 18
1
vote
1 answer

com.google.mlkit.nl.translate.Translation.getClient , is imported but getClient isient working

com.google.mlkit.nl.translate.Translation.getClient Image Screenshot In Above Image i have Imported the getClient() but it agai it shows me to import
Amrit Khadka
  • 11
  • 1
  • 4
1
vote
1 answer

How to add back comments/whitespaces in translator using the Antlr4's visitor model

I'm currently writing a TSQL (Sybase/Microsoft SQL) to MySQL translator using the ANTLR4 visitor approach. I'm able to push comments and whitespaces to different channels so that I can use that information later. What's not super clear is: how do I…
Jerome Provensal
  • 931
  • 11
  • 22
1
vote
2 answers

symfony & translation : How to translate standard expressions & forms?

New to Symfony I created a login form (make:auth) and installed the translator. I added in my form template login.html.twig {% block body %}

{% trans %}Hello{% endtrans %}

... and defined in translations…
Alexglvr
  • 427
  • 5
  • 18
1
vote
1 answer

Using Apache Http Client for a POST request

I'm trying to develop a Java application with Gson to use an external api to get a simple text translation. Below is code and output. I've used my API key at the designated location for API key in the HTTP post URL Could you please help me get this…
root
  • 157
  • 1
  • 3
  • 16
1
vote
3 answers

Pig Latin Translator spitting out multiple lines? C#

So I have a Pig Latin Translator that supports multiple words. But whenever I enter some words (For this we'll just use "banana apple shears chocolate Theodore train" for example.) It will spit out the translated words correctly but it makes…
Xephyr
  • 122
  • 1
  • 2
  • 9
1
vote
1 answer

Microsoft Translator API

I have some queries on Microsoft Translator API 1.If i use trial period before characters limit will be over am i going to get any emails from the configured email in datamarket.azure.com. I have seen that notifications will appear in our account…
NARENDRA
  • 395
  • 1
  • 7
  • 26
0
votes
1 answer

Tools for auto class translation WCF?

We are in the process of writing a WCF service using the same pattern as in WSSF. It has its service implementation which makes use of Business logic project to get the resources or save the resources using Data Access Repository. This is where the…
Raja
  • 3,608
  • 3
  • 28
  • 39
0
votes
0 answers

Function 'find_values()' not found in Import translator module

I have got an old version of code to analyze, which uses pip install translator library: Code goes like this: from translator.translator import find_values find_values('qKey', ['title', 'message'], data, translations) I am having below error…
KD01
  • 35
  • 8
0
votes
0 answers

Prototype is conflicting in mootools and google translator api 'Function.prototype.overloadSetter' creating issue how to fix it?

I hope you are all doing well. I have a question that I was hoping someone could help me with. I'm experiencing an issue with "Prototype is conflicting in mootools and google translator api when i remove 'Function.prototype.overloadSetter' function…
1
2 3 4