goopytrans

Python Client Library for Google's translation API
Download

goopytrans Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • James Dennis
  • Publisher web site:
  • http://j2labs.net

goopytrans Tags


goopytrans Description

Python Client Library for Google's translation API Goopytrans is a Python library for interfacing with the Google translation API.Goopytrans supports translating a single body of text.>>> goopytrans.translate('bonjour', source='fr', target='en')'hello'Multiple bodies of text.>>> goopytrans.translate_list(('bonjour','merci'), source='fr', target='en')And language detection>>> goopytrans.detect('bonjour'){'isReliable': False, 'confidence': 0.12033016000000001, 'language': 'fr'} Requirements: · Python


goopytrans Related Software