Popularity
3.1
Growing
Activity
0.0
Stable
1
3
2

Monthly Downloads: 10
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Language    

MicrosoftTranslator alternatives and similar packages

Based on the "Language" category.
Alternatively, view MicrosoftTranslator alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of MicrosoftTranslator or a related project?

Add another 'Language' Package

README

Microsoft Translator

This is a simple interface to use Microsoft Translator in Haskell. To use this library you must set up an account at Azure's Data Marketplace.

The simplest way to use Microsoft Translator is through the toplevel translate function:

translate :: ClientId -> ClientSecret -> Text -> BingLanguage -> BingLanguage -> IO (Either BingError Text)