Skip to content

davidvelascogarcia/googleTranslatorEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

googleTranslatorEngine Homepage Latest Release Build Status

Google Translator Engine: googleTranslatorEngine (Python API)

Introduction

googleTranslatorEngine module use Google Translator API in python. This module receive text to translate with YARP port, send request to Google Translator server and publish results with YARP port.

Documentation available on docs

Running Software

googleTranslatorEngine requires text like input. The process to running the program:

  1. Execute programs/googleTranslatorEngine.py, to start de program.
python googleTranslatorEngine.py
  1. Connect data source.
yarp connect /yourport/data:o /googleTranslatorEngine/data:i

NOTE:

  • Data results are published on /googleTranslatorEngine/data:o

Requirements

googleTranslatorEngine requires:

pip install googletrans

Tested on: windows 10, ubuntu 14.04, ubuntu 16.04, ubuntu 18.04, lubuntu 18.04 and raspbian.

Status

Build Status

Issues

Related projects

About

googleTranslatorEngine: Translator implementation using the Google Translator API in Python. Reception of text to be translated through YARP port. Translation emission through YARP port.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages