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
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.
npm install rasmifize
You can test it here: rasmifize demo
import { rasmifize } from 'rasmifize';
const arabicString: string = 'الفَاتِحَة';
rasmifize(arabicString); // الڡاٮحه
const rasmifize = require('rasmifize');
const arabicString = 'الفَاتِحَة';
rasmifize(arabicString); // الڡاٮحه