Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 285 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 285 Bytes

GoogleTranslate

Call the google translate API to translate sentences.

Usage

    from parser_google_translate import GoogleTranslate
    t = GoogleTranslate()
    text = "once upon a time there was a mountain, on the mountain was a temple"
    print(t.translate(text)