Closed ronaldtse closed 3 years ago
The Rababa gem is used for Arabic script diacriticization.
In order to use Interscript for Arabic transliteration, the text goes through these stages:
قطر
قِطْرَ
In 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:
PR #735
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: