In a previous job, my manager suggested use of a Translator pattern for converting data from a DataTable to objects. Basically, the Translator class had only static (i.e. class) methods so it was an aggregation of function calls. My initial approach was to implement constructors for each object that could take a DataTable row as an argum...
Hello
What method is the most efficient when translating bunches of text/web pages including HTML? I want to translate the text, but keep the HTML.
Also, should I keep the words in a database or an array?
...
I'm looking for a tool to help with crowdsourcing the translations for a web site.
Some generous translators have volunteered to help so I want to provide them with a tool to use that will make their job as easy as possible. Ideally the tool/app will be free or have only a small charge.
Ideally I'd like a translation system that makes ...
Is there a relatively quick program out there to accomplish at least the basics of this? Just a few regexes? I'm willing to do some manual conversion, but this is a pretty big set of scripts.
...
So I have nice OCaml code (50000 lines). I want to port it to C. So Is there any free OCaml to C translator?
...
Is there any free Python to C translator? for example capable to translate such lib as lib for Fast content-aware image resizing (which already depends on some C libs) to C files?
...
I am using spring exception translator to wrap java exception into flex exception.
eg
public void testException()throws Exception{
throw new Exception("my exception");
}
But for some reason, I am getting IllegalAccessError.
The code sections are entering the testException and the Translator class.
Question:
why it trying to g...
I have been through the ANTLR tutorial series by Scott Stanchfield and am also going through the ANTLR book... My project requires me to build a multipass language translator to translate code from one language to another both the languages are similar in syntax with the difference being that the source language has support for classes a...
I am currently working on a program which translates english texts to french with an audio playback of the translated text. I am getting the translated texts as well as the audio over the net. My problem is that, when I want to play the audio file over and over again, I have to connect to the internet and load the the audio file everytim...
Can anyone tell me what are the major disadvantage of GOOGLE TRANSLATOR?
...
Is assembler a translator or transcriptor?
I think it is a translator because when it converts assembly language to machine code, then that code can be understood by hardware.
Could somebody explain this concept to me?
...
I have an idea for an app that requires a voice recognition translator. I want to be able to speak in a few select languages and have the app translate it in to English text on screen. I know apps like this already exist but mine has a special edge to it that makes it profitable.
Basically my question is... how do I get the coding for a...
Does anyone know where I can find a voice interpreter and translator that I can use on an app? I want voice recognition on a few languages that get translated in to text. Where can I find this or where should I start? I am a rookie so any help is appreciated.
...
Hi,
while i am googling for language translation using google i found an interesting website in which the site developer used AJAX technique i guess.
In that website, it uses a google translator but the website content only changing with respect to the selected language. Means it calls the google translator externally and changing the ...
What is the best way to approach writing a program in Python to translate English words and/or phrases into other languages?
...