py-googletranslation icon indicating copy to clipboard operation
py-googletranslation copied to clipboard

why can't translate the full sentence?

Open mashagua opened this issue 4 years ago • 2 comments

i want to translate the sentence aa1="Do you want beneficial technologies being shaped by your ideas? Whether in the areas of mobility solutions, consumer goods, industrial technology or energy and building technology - with us," translator.translate(aa1, dest='zh-cn').text but the result is only "你想要由你的想法塑造的有益技术吗?", only output the first sentences,is this api has the length limit?

mashagua avatar Mar 15 '21 09:03 mashagua

Try using this branch: https://github.com/jonata/py-googletranslation There's some issues with translating special characters that have been fixed there. I had some Japanese sentences that were only partially translated with the main branch of this repo and work flawlessly with that branch.

finia2NA avatar Mar 20 '21 19:03 finia2NA

Try using this branch: https://github.com/jonata/py-googletranslation There's some issues with translating special characters that have been fixed there. I had some Japanese sentences that were only partially translated with the main branch of this repo and work flawlessly with that branch.

I tried according to your suggestion,but there is an error: Traceback (most recent call last): File "C:/Users/MSA2SGH/Desktop/interview_docx_xlsx/jd_related/google_trans.py", line 8, in from pygoogletranslation import Translator File "C:\Users\MSA2SGH\AppData\Local\Programs\Python\Python36\lib\site-packages\pygoogletranslation_init_.py", line 6, in from pygoogletranslation.translate import Translator File "C:\Users\MSA2SGH\AppData\Local\Programs\Python\Python36\lib\site-packages\pygoogletranslation\translate.py", line 14, in from pygoogletranslation import utils, urls File "C:\Users\MSA2SGH\AppData\Local\Programs\Python\Python36\lib\site-packages\pygoogletranslation\utils.py", line 8, in from googletrans.models import TranslatedPart ImportError: cannot import name 'TranslatedPart'

mashagua avatar Apr 02 '21 06:04 mashagua