Best way of using google translation by Python

后端 未结 6 1227
渐次进展
渐次进展 2021-02-05 03:32

I am trying to translate large number of text files from English to other several languages. And we use Python in our project, we try to use Google translation service to transl

6条回答
  •  时光取名叫无心
    2021-02-05 04:07

    Google does in fact have an official translation API with a REST interface. You can check it out here. Note that it is a paid API with no free quota.

提交回复
热议问题