rakesh441 / google-api-translate-java

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

Feature to support multiple translations for single target language #88

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. We are able to get only translation through API.
2. Couldn't you provide feature to support multiple translations for the 
same target language 
3. romanization feature can it be made available?

What is the expected output? What do you see instead?
English -> Hindi
man -> आदमी
Is it possible to get array of synonyms
man ->
मर्द
पुस्र्ष
मनुष्य
आदमी
मानव
मानस
आदमज़ाद
मनुष्य-जाति

What version of the product are you using? On what operating system?
92 -windows

Please provide any additional information below.

Original issue reported on code.google.com by sunil.ka...@gmail.com on 8 Apr 2010 at 1:22

GoogleCodeExporter commented 8 years ago
I am not able  to convert the Issue type from Defect to Enhancement

Original comment by sunil.ka...@gmail.com on 8 Apr 2010 at 1:39

GoogleCodeExporter commented 8 years ago
Hi,

I also would like to use the feature of entering on word and the auto 
translation 
returs me many words with this meaning.

You can see this when translating words directly with google translate.

Original comment by tobywagn...@googlemail.com on 2 Jun 2010 at 9:42

GoogleCodeExporter commented 8 years ago

Original comment by rich.mid...@gmail.com on 6 Nov 2010 at 5:00

GoogleCodeExporter commented 8 years ago
Issue 106 has been merged into this issue.

Original comment by rich.mid...@gmail.com on 6 Nov 2010 at 5:01

GoogleCodeExporter commented 8 years ago
You can just call the multiple source to multiple target API using the same 
target language. Not sure I see the value in this.

Original comment by rich.mid...@gmail.com on 13 Dec 2010 at 8:44

GoogleCodeExporter commented 8 years ago
The value is, that there are always more than one possible translations for a 
word. Wo if I want to translate the german word "toll" into english, i could 
gett "great","awesome",terrific" ...

So I could get an array of strings back by entering only one String, one from 
language and one to language.

I think this should be implemented.

Original comment by tobywagn...@googlemail.com on 18 May 2011 at 9:26

GoogleCodeExporter commented 8 years ago
Ah, I see. Unfortunately I don't think this can be added to the Java wrapper 
unless the underlying service exposes such an API.

Original comment by rich.mid...@gmail.com on 18 May 2011 at 9:42