translate: Haskell binding to Google translate

[ bsd3, library, text ] [ Propose Tags ]

translate "en" "fr" "hello"


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 2009.12.17, 2010.1.24
Change log changelog.md
Dependencies base (>=4 && <5), curl, json, network [details]
License BSD-3-Clause
Author Wang, Jinjing
Maintainer Wang, Jinjing <nfjinjing@gmail.com>
Category Codec
Home page http://github.com/nfjinjing/translate
Uploaded by JinjingWang at 2009-12-17T00:54:32Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1655 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for translate-2009.12.17

[back to package description]

Translate

Haskell binding to Google translate

ghci

> :m Text.Translate
> translate "en" "fr" "hello"

Just "bonjour"