Giter VIP home page Giter VIP logo

jafregle's Introduction

Jafregle

Build Status

Java Free Google Translate or Jafregle

Simple unofficial free google translate library.

#How it works?

You can create your own Translator. But by default it uses an alternative google url to request the translate that's why this lib may have performance issues. This Translator is recommended to use only in prototypes applications.

###Is it free?

Using FreeGoogleTranslator, yes. But it depends of the translator that you will use.

###Should I use it in my Production Application?

Yes. You can start using it in a Prototype after you can create your official translator using the Google Translator API for example.

#Using More simple than that?

You can build the project with gradle.

 $ git clone [email protected]:CristianOliveiraDaRosa/jafregle.git

 $ cd jafregle

 $ gradle clean build test

The jar is going to build inside of "build" folder.

Add the jar in your project and use:


 Jafregle j = new Jafregle(Jafregle.Language.ENGLISH, Jafregle.Language.PORTUGUESE); 
         
 String result = j.translate("Hello world!")

//result = Olá mundo.

##How to contribute?

Fork this repository implement a new Translator/Feature and do a push. Easy.

**IMPORTANT: For new features only will be accepted push with Unit Tests.

License

This project is under the Apache License, Version 2.0

Authors

Cristian Oliveira - www.cristianoliveira.com.br

jafregle's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

jafregle's Issues

Seems not working

I got 429 from FreeGoogleTranslator.

It seems not working now.. too bad =(

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.