Popularity
2.9
Growing
Activity
0.0
Stable
1
2
2
Monthly Downloads: 1
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.
-
stylish-haskell
DISCONTINUED. Haskell code prettifier [Moved to: https://github.com/haskell/stylish-haskell] -
ministg
Ministg is an interpreter for a high-level, small-step, operational semantics for the STG machine.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of MicrosoftTranslator or a related project?
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)