drdhaval2785 / SanskritSorting

Codes written by Dr. Dhaval Patel for Sanskrit Natural Language Programming
2 stars 1 forks source link

Tag <b> 1st suffix from morphologicends.txt #8

Closed gasyoun closed 9 years ago

gasyoun commented 9 years ago

morphologicends.txt contains 438 pratyaya equivalents, like: ष्म स्मात् स्मिन् स्मै स्य ह हि

So as we already recognize them since reverse14.php, I would love to have first instance of occurrence of each ending marked in the list. agnyadanarupa acintyarupa agamyarupa akalpa agnikalpa

drdhaval2785 commented 9 years ago

This is resolved in reverse17.php.

The output is Here.

Right now we are keeping output in SLP. For Devanagari, it will take some time. I am excluding the sole entry. e.g. I am ignoring entry 'ka' for pratyaya 'ka'. It doesn't make much sense. I have highlighted the first occurrence of 'ka' in words other than 'ka'.

gasyoun commented 9 years ago

Great. " ignoring entry 'ka' for pratyaya 'ka'. It doesn't make much sense. I have highlighted the first occurrence of 'ka' in words other than 'ka'." makes sense. No need for devanagari output. IAST is what I need. From IAST one can always get a fine devanagari. But not from Devanagari the IAST with the bolded parts we need.