-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello I need to run this code in another text version #4
Comments
Simplest way of solving this I think would be just using original file in repo and shifting all annotations positions by length of additional text that comes before actual ayah. Example: Hope it helps. |
@bekzattt i need to run same code to same text |
The current decision trees rely on the various pronunciation markers only present in the Uthmani text, so running it on other versions of the text lacking the markers won't work (or will be inaccurate). You may be able to map the rule boundaries from the text used in this repo to your own text based on the basic Arabic characters, ignoring tashkeel etc. (only look at the |
Hello, |
Hello,
I run this code with same text from tanzil.net (with aya numbers ) and i got empty annotations for whole ayas
Do i make any changes or what ?
Here is sample output
{
"surah": 2,
"ayah": 13,
"annotations": []
},
{
"surah": 2,
"ayah": 14,
"annotations": []
},
The text was updated successfully, but these errors were encountered: