ambuda-org / vidyut

Infrastructure for Sanskrit software. For Python bindings, see `vidyut-py`.
48 stars 21 forks source link

Missing Che ca #78

Closed drdhaval2785 closed 8 months ago

drdhaval2785 commented 9 months ago

https://ambuda-org.github.io/vidyullekha/?dhatu=07.0003&tab=dhatu

Che ca is missing.

अच्छिनत्

akprasad commented 9 months ago

Thanks for filing this bug. The prakriya is noting 6.1.72 when 6.1.73 should be used instead.

Would you like to make the fix?

drdhaval2785 commented 9 months ago

Sure. Please guide me regarding code structure and which file to modify.

akprasad commented 9 months ago

We should change the try_add_tuk_agama function in angasya.rs. Specifically, it's this block:

        if al::is_dirgha(x) {
            p.step("6.1.73");
        } else {
            p.step("6.1.72");
        }

Instead of 6.1.73 and 6.1.72, these should be 6.1.75 (दीर्घात्) and 6.1.73 (छे च) respectively.

akprasad commented 8 months ago

Do you think you'll have time to fix this in the next week or so? If not, I will plan around it.

drdhaval2785 commented 8 months ago

Not quite able to do it this weekend. Please go ahead.

akprasad commented 8 months ago

This is fixed locally. I'll push out the changes soon.

akprasad commented 8 months ago

Pushed.