https://github.com/joom/turkish-deasciifier.hs
Haskell port of Deniz Yuret's Turkish deasciifier.
https://github.com/joom/turkish-deasciifier.hs
Last synced: about 1 year ago
JSON representation
Haskell port of Deniz Yuret's Turkish deasciifier.
- Host: GitHub
- URL: https://github.com/joom/turkish-deasciifier.hs
- Owner: joom
- License: mit
- Created: 2015-07-21T19:42:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T21:19:16.000Z (almost 11 years ago)
- Last Synced: 2024-08-11T05:03:41.224Z (almost 2 years ago)
- Language: Haskell
- Size: 219 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# turkish-deasciifier.hs [](http://travis-ci.org/joom/turkish-deasciifier.hs)
Haskell port of [Deniz Yuret's Turkish deasciifier](https://github.com/emres/turkish-mode). Translated from the the [Java](https://github.com/ahmetalpbalkan/turkish-deasciifier-java) and [JavaScript](https://github.com/f/deasciifier) ports.
## Installation
```
cabal install turkish-deasciifier
```
## Usage
As a library:
```haskell
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