You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my opinion, the code should reach this condition but doesn't—might be a starting point for debugging.
(Note: at first I thought this was an issue relating to zero-width non-joiners, but it wasn't. Nevertheless, the presense of ZWNJs in the input gives a warning in the script. I believe Sanskrit text does not use ZWNJs but it might be good to explicitly ignore them anyway.)
The text was updated successfully, but these errors were encountered:
Another note: when multiple words are inputted, if syllabification fails for one of them, then the entire input is printed unsyllabified. In my opinion, only the troublesome word should be printed unsyllabified.
These words don't get syllabified:
But this one does:
In my opinion, the code should reach this condition but doesn't—might be a starting point for debugging.
(Note: at first I thought this was an issue relating to zero-width non-joiners, but it wasn't. Nevertheless, the presense of ZWNJs in the input gives a warning in the script. I believe Sanskrit text does not use ZWNJs but it might be good to explicitly ignore them anyway.)
The text was updated successfully, but these errors were encountered: