Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusufusta/DeAsciifier
Deniz Yüret's Turkish deasciifier in PHP.
https://github.com/yusufusta/DeAsciifier
Last synced: about 1 month ago
JSON representation
Deniz Yüret's Turkish deasciifier in PHP.
- Host: GitHub
- URL: https://github.com/yusufusta/DeAsciifier
- Owner: yusufusta
- License: mit
- Created: 2020-08-21T18:24:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T16:26:40.000Z (over 4 years ago)
- Last Synced: 2024-10-21T22:20:04.080Z (about 2 months ago)
- Language: PHP
- Size: 85 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-turkish-nlp - Quiec/DeAsciifier - Turkish Deasciifier. (Libraries / PHP)
README
# DeAsciifier
PHP port of [Deniz Yuret's Turkish deasciifier](https://github.com/emres/turkish-mode).- [ ] more tests
- [ ] upper character## Installation
As a library:
```sh
composer require quiec/deasciifier
```
As an executable:
```sh
curl -L https://github.com/Quiec/DeAsciifier/releases/download/executable/deasciifier > /usr/local/bin/deasciifier && chmod +x /usr/local/bin/deasciifier
```## Usage
As a library:
```php
require "vendor/autoload.php";
use DeAsciifier\DeAsciifier;
$Asciifer = new DeAsciifier();
print $Asciifer->DeAsciify("opusmeyi cagristiran citirtilar");
```As an executable:
```sh
echo dunyali insan | deasciifier
```## License
MIT