1.0.7 • Published 4 years ago
rasmifize v1.0.7
rasmifize
Convert arabic strings to their rasm. This includes:
- Removing diacritics
- Removing vocalization marks
Text with diacritics and vocalization marks etc

Text without diacritics (rasm)

rasmifize vs. rasmify.js
rasmifize is the successor to rasmify.js. I developed rasmify.js with the team of Corpus Coranicum at the Berlin-Brandenburg Academy of Sciences and Humanities.
Since I want to maintain this rasm library, I have decided to publish a successor under my own name.
Install
npm install rasmifizeTry it
You can test it here: rasmifize demo
How to use
TypeScript
import { rasmifize } from 'rasmifize';
const arabicString: string = 'الفَاتِحَة';
rasmifize(arabicString); // الڡاٮحهJavaScript
const rasmifize = require('rasmifize');
const arabicString = 'الفَاتِحَة';
rasmifize(arabicString); // الڡاٮحه