Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way I can get Phonetic translation instead of Dictionary translations? #20

Open
Abhi150688 opened this issue Feb 27, 2016 · 1 comment

Comments

@Abhi150688
Copy link

I have a very specific usecase where I need phonetic translations instead of dictionary ones. Is there a way, the api can be customized for the same?

Google translate does allow for phonetic translations as per article here: http://www.androidcentral.com/google-translate-app-gets-phonetic-support-more-languages

@guyrotem
Copy link

yes, you can (for some languages). when there is a phonetic translation, it will be available at response[0][0][1][2].
See the following example: "Cèshì" is the phonetic translation (en -> zh) of the word "test":

[[["测试","test",,,2],[,,"Cèshì","test"]],[["noun",["测试","试验","试","实验","考试","考验","测验"], ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants