Skip to content

This project will take a phrase and an integer. Then take the phrase in English and run it through Google Translate X amount of times then back to English to see how different the phrase is at the end.

License

MIT, Apache-2.0 licenses found

Licenses found

MIT
LICENSE
Apache-2.0
LICENSE.txt
Notifications You must be signed in to change notification settings

nathanbutler/googletranslate

Repository files navigation

Google Translate repeater

Using Drop Wizard and the Google Translate API I am able to take a phrase and run it through the translator many times It then read and returns json in languages.json and translate.json

Getting Started

Prerequisites

Requires Java 8 and Gradle 4.4 to be installed.

Build Instructions

git clone https://github.com/nathanbutler/googletranslate.git
cd googletranslate
 ./gradlew :googletranslaterepeater:clean :googletranslaterepeater:shadowJar
java -jar googletranslaterepeater/root.jar server googletranslaterepeater/local.yaml

Built With

  • Dropwizard - The web framework used
  • Guava - Utility functions
  • Lombok - Annotations for less boilerplate code

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

This project will take a phrase and an integer. Then take the phrase in English and run it through Google Translate X amount of times then back to English to see how different the phrase is at the end.

Resources

License

MIT, Apache-2.0 licenses found

Licenses found

MIT
LICENSE
Apache-2.0
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published