kodepandai / colorful-quran

Holy Qur'an with colorful tajweed anotation
https://quran.edsentra.id
MIT License
70 stars 10 forks source link

[Tajweed] Auto Tajweed Generator #24

Closed axmad386 closed 2 years ago

axmad386 commented 2 years ago

I found good algoritm on other repo, but on python language. We can refactor it to fit our project. So the goal is to make script that can generate tajweed rule json like we did earlier, but automatic. I hope we can make the Tajweed Generator that can run automatically to determine which is ghunnah, ikhfa, etc. I will make the template of this script soon. Please wait for me :smiley: This is the repo, you can check it https://github.com/cpfair/quran-tajweed But that repo use data from recite quran. Our data is from kemenag, so wes must rebuild the algorithm from scratch

Progress

axmad386 commented 2 years ago

Example of algorithm is ready. I also include unit testing for each algorithm. See the check list above for progress. PR is welcome ☺️

axmad386 commented 2 years ago

I think list of tajweed rules is enough. Additional rule can be added on another PR. I will close this issue.