Questions tagged [machine-translation]

Machine Translation, a subfield of Natural Language Processing, is the automatic translation of human languages. While historical translators are based on Statistical Machine Translation, newer systems use Neural Networks which provide much better results.

Machine Translation is the automatic translation of human languages. Current examples include Google Translate, Yandex Translate, and Bing Translate, which all are based on Statistical Machine Translation. In the 1990s Babel Fish was the best known service - it used Rules-Based Translation.

In November 2016, Google also introduced a Machine Translation based on Neural Networks ((G)NMT). DeepL introduces a free Machine Translation Service in 2017 which provides measurably better results than Google Translate.

353 questions
-2
votes
1 answer

how to use the google translator in my android application?

I am trying to develop an android application where I need the implementation of multiple languages within the app based on the user requirement. I googled for it and I found this link. http://code.google.com/p/google-api-translate-java/ In this…
-2
votes
1 answer

Language translator from English to Kannada

I want to develop a translator which takes English text as input and gives output in Kannada (Regional language of Karnataka). I want to know which programming language to use for coding. Do such translators already exist?
user2075403
  • 13
  • 1
  • 3
-3
votes
1 answer

Machine translation APIs

I have started to work on a real-time language translation system for which I wanted to make use of a machine translation API but I do not know which of the many such APIs is good for my project.I was looking for an API that can translate many of…
-3
votes
1 answer

Phonetic translation from Latin (English, German) to Arabic

I read a few papers about machine translation but did not understand them well. The language models (in Google translate) use phonetics and machine learning as best as I can tell. My question then becomes is it possible to convert an Arabic word…
Sam Hammamy
  • 10,819
  • 10
  • 56
  • 94
-3
votes
1 answer

Attention Model implementation Keras/Theano

I am looking for an implementation of the attention models for Machine Translation using Keras/Theano. I have come across libraries like Groundhog, but I am looking for some basic implementation to start with.
-5
votes
1 answer

What are the methods to collect data for building machine translation model (French to German)

I have a lot of emails in french language and I want to convert it into German language. Now for the same I need Machine Translation Model, but not sure how to collect data for creating the model. It's ok to have a low accuracy in the starting but I…
1 2 3
23
24