naver-translate alternatives and similar packages
Based on the "Language" category.
Alternatively, view naver-translate 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 - Purpose built for real-time analytics at any scale.
* 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 naver-translate or a related project?
README
naver-translate
Haskell interface to Naver Translate. Note that Naver Translate doesn't provide any official API.
> :set -XOverloadedStrings
> import Language.Translate.Naver (translate)
> import Data.LanguageCodes (ISO639_1(JA, KO))
> import Data.Text (unpack)
> result <- translate KO JA "안녕하세요."
> putStrLn (unpack result)
こんにちは
Written by Hong Minhee and distributed under GPLv3 or higher. See also LICENSE file.
*Note that all licence references and agreements mentioned in the naver-translate README section above
are relevant to that project's source code only.