@hackage MicrosoftTranslator0.1.0.0

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).