interscript / interscript-ruby

Interoperable script conversion systems (ISCS) with the `interscript` gem
Other
11 stars 30 forks source link

Reverse system run for Arabic diacriticization #741

Closed ronaldtse closed 3 years ago

ronaldtse commented 3 years ago

The reverse of Arabic diacriticization is simply the "dropping of all diacritics" from Arabic.

This function can be accessed in Rababa via this method:

https://github.com/interscript/rababa/blob/9a3588dc3f5eb9a73aca7bb5737d8b1775395795/lib/rababa/diacritizer.rb#L48

We need to:

  1. Expose this functionality in the Rababa Interscript map for reverse use
  2. Update interscript.org to allow the reverse running of "diacricitized Arabic => Arabic with no diacritics", and the "transliterated Arabic => diacriticized Arabic => Arabic with no diacritics".
ronaldtse commented 3 years ago

@webdev778 is this done? Thanks.

webdev778 commented 3 years ago

Done