The Rababa gem is used for Arabic script diacriticization.
In order to use Interscript for Arabic transliteration, the text goes through these stages:
- A text like
قطر is diacriticized (diacritics added, called the pointed form) into قِطْرَ
- The text of
قِطْرَ is transliterated by an Arabic map
In reverse transliteration, the following steps:
- The Arabic transliteration is reversed into a diacriticized Arabic string (pointed Arabic)
- If desired, the pointed Arabic is dropped into the unpointed form (no diacritics)
We need to implement a stage that allows Arabic diacriticization.
Maybe there needs to be a processing option to do this - user-specified determination of pipeline stages:
- e.g. "diacriticize => bgnpcgn-ara-..."
The Rababa gem is used for Arabic script diacriticization.
In order to use Interscript for Arabic transliteration, the text goes through these stages:
قطرis diacriticized (diacritics added, called the pointed form) intoقِطْرَقِطْرَis transliterated by an Arabic mapIn reverse transliteration, the following steps:
We need to implement a stage that allows Arabic diacriticization.
Maybe there needs to be a processing option to do this - user-specified determination of pipeline stages: