telota/rasmify
Composer 安装命令:
composer require telota/rasmify
包简介
Reduce Arabic strings to their rasm, i.e. remove vocalization and other diacritics
README 文档
README
Reduce arabic text to its rasm, i.e. remove vocalization marks, diacritics so you only are left with a basic consonant skeleton.
For example, the first verse of the Qur'an as found on corpuscoranicum.de:
Compare the following examples:
Text without diacritics (rasmified)

Try it
Check out the demo here
Installation
Require this package using Composer. Run the following command in the terminal:
composer require "telota/rasmify":"0.1.*"
Usage
To convert an arabic string to its rasm, use the following code:
use Telota\Rasmify;
$rasmified = Rasmify::rasmify($arabicString);
统计信息
- 总下载量: 566
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-04-05
