cceh / sanskrit-web

An HTML frontend to Sanskrit dictionaries modelled in TEI.
ISC License
1 stars 2 forks source link

Separation of references #51

Open fxru opened 9 years ago

fxru commented 9 years ago

References in the print are separated by semicolons, right now they are not separated, making it more difficult to identify them.

amba_1

should become:

TS. ; Kāṭh. ; TBr. (monier at page 83,2)

(from the entry ambA)

gioele commented 9 years ago

The semicolons have been lost in the conversion to TEI.

Filed as issue gioele/sanskrit-dict-to-tei#157.

textloop commented 9 years ago

Unfortunately there are no semicolons in the source file either:

<H1A>
<h><hc3>100</hc3><key1>ambA</key1>
[...]
 <ls>TS.</ls> <ls>Ka1t2h.</ls> <ls>TBr.</ls> 
[...]
</H1A>

I will check if this is a single occurrency and if not which pattern can be defined to correct this in a conversion step.

textloop commented 9 years ago

the old interface neither adds semicolons to divide these literary sources. So first result: we are at the same level.

fxru commented 9 years ago

The other option is to insert this in the interface if two references are next to each other.

textloop commented 9 years ago

see gioele/sanskrit-dict-to-tei#157 for further steps.