Python Google Translate API error : How to translate a large amount of data
问题 My problem I would like to use a kind of data-augmentation method for NLP consisting of back-translating dataset. Basically, I have a large dataset (SNLI), consisting of 1 100 000 english sentences. What I need to do is : translate these sentences in a language, and translate it back to English. I may have to do this for several language. So I have a lot of translations to do. I need a free solution. What I did so far I tried several python module for translation, but due to recent changes in