-4

I want to create a language translator using java. All translators are using the resources from google translate so they are not standalone. but i want to create a standalone application which doesnt use internet to translate the text. please guide me how to do this

2 Answers2

0

If you want to translate just 1 word you need a database or file which have the translations. Just read in a word, search for it and put out the other value. If you want to translate complete texts - have fun, that's a whole other world.

Juce
  • 341
  • 1
  • 8
0

It is not a simple argument. You need to study the theory of machine translation. Start reading some info about that on wikipedia

http://en.wikipedia.org/wiki/Machine_translation

Davide Lorenzo MARINO
  • 26,420
  • 4
  • 39
  • 56