Friday, February 11, 2011

Language converter in C++ (from japanese to english)

Hi All,

Once again i need ur help, i have a file in japanese language and i want to convert that file into english using C++, since i dont think that i can use any API's of google in c++, so any general idea can prove helpful for me, Please suggest something.

Thanks a lot

Owais Masood

  • You can buy a machine translation SDK and use it to translate the text. Of course, no machine translation is going to give you perfect (or even good) results.

    David Thornley : I'll add to this: creating something like this requires a great deal of expertise in computational linguistics (I took two classes in it at the graduate level, and I'm very far from being qualified), good knowledge of both languages, and a whole lot of testing. The SDKs aren't necessarily cheap, but they're going to be incredibly cheaper than rolling your own.

0 comments:

Post a Comment