py-googletranslation
py-googletranslation copied to clipboard
why can't translate the full sentence?
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?
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.
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