translator

Translator Pattern

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...

Translate sections of text including HTML

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? ...

What are your crowdsource translation management system recommendations?

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 ...

Conversion from JavaScript to Python code?

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. ...

Is there any free OCaml to C translator?

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?

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? ...

flex blazeds spring exception translator

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...

Is there a detailed tutorial on creating a multipass language translator using ANTLR?

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...

How can I create a temporary memory location for a downloaded file using windows mobile 6 smartphone?

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...

Major disadvantage of GOOGLE TRANSLATOR

Can anyone tell me what are the major disadvantage of GOOGLE TRANSLATOR? ...

Assembler translator or transcriptor

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? ...

An app with a translator

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...

I need a voice interpreter and translator for an app... where do I go?

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. ...

Adding Google language translator to a php website

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 ...

Python - English translator

What is the best way to approach writing a program in Python to translate English words and/or phrases into other languages? ...