lushan88a / google_trans_new

A free and unlimited python API for google translate.
MIT License
393 stars 170 forks source link

Is there a way to get the variations of a translated sentence/word? #33

Open ThiagoSousa opened 3 years ago

ThiagoSousa commented 3 years ago

I have been translating words and small phrases into several languages. But sometimes the given translation is not the best translation, but a more appropriate one is in the variations provided in google translate. Is there a way to get these variations? Specially with part of speech?

Example: When translating the word slash from English -> Spanish. It translates as barra obliqua, but in my case, I prefer the result as like acuchillar or atacar. I'd like to receive all possible translations.

Thanks for the time