2017 © Pedro Peláez
 

library rasmify

Reduce Arabic strings to their rasm, i.e. remove vocalization and other diacritics

image

telota/rasmify

Reduce Arabic strings to their rasm, i.e. remove vocalization and other diacritics

  • Friday, April 7, 2017
  • by suchmaske
  • Repository
  • 11 Watchers
  • 0 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 4 % Grown

The README.md

Description

Reduce arabic text to its rasm, i.e. remove vocalization marks, diacritics so you only are left with a basic consonant skeleton., (*1)

For example, the first verse of the Qur'an as found on corpuscoranicum.de:, (*2)

Compare the following examples:, (*3)

Text with diacritics etc First sura of the Qur'an with diacritics etc, (*4)

Text without diacritics (rasmified) First sura of the Qur'an rasmified, (*5)

Try it

Check out the demo here, (*6)

Installation

Require this package using Composer. Run the following command in the terminal:, (*7)

composer require "telota/rasmify":"0.1.*", (*8)

Usage

To convert an arabic string to its rasm, use the following code:, (*9)

use Telota\Rasmify;

$rasmified = Rasmify::rasmify($arabicString);

The Versions

07/04 2017

dev-master

9999999-dev

Reduce Arabic strings to their rasm, i.e. remove vocalization and other diacritics

  Sources   Download

LGPL-3.0

The Development Requires

by Oliver Pohl

05/04 2017

0.1.1

0.1.1.0

Reduce Arabic strings to their rasm, i.e. remove vocalization and other diacritics

  Sources   Download

MIT

The Development Requires

by Oliver Pohl

05/04 2017

dev-develop

dev-develop

Reduce Arabic strings to their rasm, i.e. remove vocalization and other diacritics

  Sources   Download

MIT

The Development Requires

by Oliver Pohl