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.
-
purescript
A strongly-typed language that compiles to JavaScript -
elm-compiler
Compiler for Elm, a functional language for reliable webapps. -
stylish-haskell
Haskell code prettifier [Moved to: https://github.com/haskell/stylish-haskell] -
haskell-src-exts
Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer -
haskell-tools-ast-fromghc
Developer tools for Haskell -
language-javascript
Parser for JavaScript, in Haskell -
liquid-fixpoint
Horn Clause Constraint Solving for Liquid Types -
language-python
A parser for Python 2.x and 3.x written in Haskell -
elm-export
Create Elm types and JSON decoders from Haskell source. -
nirum
Nirum: IDL compiler and RPC/distributed object framework for microservices -
tal
An implementation of Typed Assembly Language (Morrisett, Walker, Crary, Glew) -
camfort
Light-weight verification and transformation tools for Fortran -
shentong
A Haskell implementation of the Shen programming language. -
language-c-quote
C/CUDA/OpenCL/Objective-C quasiquoting library. -
language-rust
Parser and pretty-printer for the Rust language -
language-ecmascript
Haskell library: ECMAScript parser, pretty-printer and additional tools -
fortran-src
Fortran parsing and static analysis infrastructure -
formura
Describe stencil formurae without even translating them -
ministg
Ministg is an interpreter for a high-level, small-step, operational semantics for the STG machine. -
aterm-utils
Utility functions for working with aterms as generated by Minitermite
Learn any GitHub repo in 59 seconds
* 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.