sanskrit-lexicon / PWG

Boehtlingk und Roth Sanskrit Wörterbuch, 7 Bände Petersburg 1855-1875
0 stars 0 forks source link

Standardization of pwg links for KATHĀS. #71

Closed funderburkjim closed 1 month ago

funderburkjim commented 1 month ago

The 'normal' markup for PWG dictionary of a reference to Katha-sarit-sagara has the form <ls>KATHĀS. t, s.</ls> , where t is the taranga number and s is the shloka number (both are digit sequences). In a display for pwg, this form generates a link to the cdsl link target for Katha-sarit-sagara , as discussed in #70. Other activated link forms are <ls n="KATHĀS.">t, s.</ls> and <ls n="KATHĀS. t,">s.</ls>

But there are many 'implied' forms whose markup can be changed to a sequence of these normal forms. For instance, <ls>KATHĀS. 12, 33. 17, 17. 19, 50</ls> generates a link for 12,33 but not for 17,17 or 19,50.

This example can be recoded in pwg.txt as <ls>KATHĀS. 12, 33.</ls> <ls n="KATHĀS.">17, 17.</ls> <ls n="KATHĀS.">19, 50</ls>

In this recoding, 17,17 and 19,50 are active links. This issue describes work that recodes most of these implied forms.

gasyoun commented 1 month ago

This issue describes work that recodes most of these implied forms.

Work done?

Andhrabharati commented 1 month ago

Not done yet; when done, the KSS ls-links count would increase from 14k to 21k!!

funderburkjim commented 1 month ago

work finished

See issue71 files.

The readme file shows details.

Some stats:

I think this issue can be closed now.