Skip to content

joom/turkish-deasciifier.hs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

turkish-deasciifier.hs Build Status

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

About

Haskell port of Deniz Yuret's Turkish deasciifier.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published