You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call the google translate API to translate sentences.
Usage
fromparser_google_translateimportGoogleTranslatet=GoogleTranslate()
text="once upon a time there was a mountain, on the mountain was a temple"print(t.translate(text)