MicrosoftTranslator: Interface for Microsoft Translator
A simple library to use Microsoft Translator (https://www.microsoft.com/en-us/translator/default.aspx) in Haskell. It provides an easy to use interface to the free translation service from Microsoft so one can easily add language translation to a Haskell program as long as there is internet connection available. The easiest way to use the program is via the toplevel translate function: > translate :: ClientId -> ClientSecret -> Text -> BingLanguage -> BingLanguage -> IO (Either BingError Text) To use this library one must have an account for Microsoft Translator in the Azure Data Market. More information about this package available at: (https://github.com/netogallo/Microsoft-Translator-Haskell).
Downloads
- MicrosoftTranslator-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1 |
---|---|
Dependencies | aeson (>=0.9.0), base (>=4.8 && <4.9), bytestring (>=0.10.0), datetime (>=0.2.1), exceptions (>=0.8.0), http-client (>=0.4.16), lens (>=4.12.0), text (>=1.2.0), transformers (>=0.4.3.0), url (>=2.1.0), wreq (>=0.4.0.0), xml (>=1.3.0) [details] |
License | BSD-3-Clause |
Author | Ernesto Rodriguez |
Maintainer | neto@netowork.me |
Category | Language |
Source repo | head: git clone https://github.com/netogallo/Microsoft-Translator-Haskell.git |
Uploaded | by netogallo at 2015-08-22T19:40:11Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1601 total (12 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-10-04 [all 2 reports] |