anupam409 / google-api-translate-java

Automatically exported from code.google.com/p/google-api-translate-java
0 stars 0 forks source link

Dictionary-like translation would be welcome #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
With the API, the most likely translation can be easily retrieved. However,
it would be convenient, if it could be used to access the "Dictionary" part
of the google translate reply.

What steps will reproduce the problem?
Try to translate any one-string word.

What is the expected output? What do you see instead?
For example, the English > Dutch, "vehicle" yields "voertuig", which is OK.
However, I would prefer another method (instead of translate), which
returns "noun   
   1. voertuig
   2. rijtuig
   3. wagen
   4. vehikel" in some parseable format.

Original issue reported on code.google.com by nemesk...@gmail.com on 5 Aug 2009 at 9:12

GoogleCodeExporter commented 9 years ago
Unfortunately this project is just a wrapper for existing APIs and does not 
dictate the 
functionality that Google exposes.

You might like to add your support to this bug: 
http://code.google.com/p/google-ajax-
apis/issues/detail?id=16

Original comment by rich.mid...@gmail.com on 16 Aug 2009 at 1:23