开发者

How to use Google transliteration API in my java web application?

开发者 https://www.devze.com 2023-01-26 22:30 出处:网络
How to use Google Transliteration API in my Java application. If i give a String (either in English or Arabic) as input, the Google Transliterator API then it should translate it into the correspond

How to use Google Transliteration API in my Java application.

If i give a String (either in English or Arabic) as input, the Google Transliterator API then it should translate it into the corresponding other language and give the开发者_StackOverflow transliterated string to me. I also want to know is it better to use Google Translator or transliterator?

How to do this? Any Suggestions Please. I need to use this in my JAVA program.


There's a Java API. See the docs here for how to use it.

An example of how to use it is included in the test code.

0

精彩评论

暂无评论...
验证码 换一张
取 消