turkish-deasciifier alternatives and similar packages
Based on the "Language" category.
Alternatively, view turkish-deasciifier 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] -
elm-reactor
Interactive development tool for Elm programs -
haskell-src-exts
Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer -
language-javascript
Parser for JavaScript, in Haskell -
haskell-tools-ast-gen
Developer tools for Haskell -
haskell-tools-ast-fromghc
Developer tools for Haskell -
language-python
A parser for Python 2.x and 3.x written in Haskell -
liquid-fixpoint
Horn Clause Constraint Solving for Liquid Types -
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) -
shentong
A Haskell implementation of the Shen programming language. -
camfort
Light-weight verification and transformation tools for Fortran -
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 -
haskell-names
Haskell suite library for name resolution -
homplexity
Haskell code complexity and quality measurement
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 turkish-deasciifier or a related project?
README
turkish-deasciifier.hs 
Haskell port of Deniz Yuret's Turkish deasciifier. Translated from the the Java and JavaScript ports.
Installation
cabal install turkish-deasciifier
Usage
As a library:
import Language.TurkishDeasciifier
main :: IO ()
main = putStrLn (deasciify "Pijamali hasta yagiz sofore cabucak guvendi.")
-- prints "Pijamalı hasta yağız şoföre çabucak güvendi."
As an executable:
$ echo "Pijamali hasta yagiz sofore cabucak guvendi." | turkish-deasciifier
Pijamalı hasta yağız şoföre çabucak güvendi.
License
MIT
*Note that all licence references and agreements mentioned in the turkish-deasciifier README section above
are relevant to that project's source code only.