microsoft-translator

Bindings to the Microsoft Translator API

https://github.com/BlackBrane/microsoft-translator

Version on this page:0.1.1
LTS Haskell 10.10:0.1.1
Stackage Nightly 2018-03-10:0.1.1
Latest on Hackage:0.1.2

See all snapshots microsoft-translator appears in

MIT licensed by Cliff Harvey
Maintained by [email protected]
This version can be pinned in stack with:microsoft-translator-0.1.1@sha256:6a4fd54cd3fe00f66522a1696b3139c59b6c7604060887a92a0017394de34720,2222

Bindings to the text portion of the Microsoft Translator API.

The service has a free tier allowing for 2 million translated characters per month.

The supported endpoints allow for translating (lists of) text, and provide sentence-break information about both the original and returned passages.

Changes

Revision history for microsoft-translator

0.1.0.0 – 2017-12-03

  • First version. Released on an unsuspecting world.

0.1.1 – 2017-12-19

  • Relax package bounds to accommodate GHC 8.0