Popularity
4.6
Declining
Activity
0.0
Stable
6
4
1

Monthly Downloads: 10
Programming language: Haskell
License: MIT License
Tags: Language    

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.

Do you think we are missing an alternative of turkish-deasciifier or a related project?

Add another 'Language' Package

README

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


*Note that all licence references and agreements mentioned in the turkish-deasciifier README section above are relevant to that project's source code only.