chchch / upama

A PHP library for comparing two or more Sanskrit TEI XML files and generating an apparatus with variants
GNU General Public License v2.0
10 stars 1 forks source link

final nasal variants #84

Open wujastyk opened 2 weeks ago

wujastyk commented 2 weeks ago

The Nepalese MSS I'm working with are quite conservative in their final sandhis, often preferring a class nasal. So,

rather than

Could -n d- and similar be added to the orthographic variants on a per-MS basis (like b/v s/ś)?

Best, Dominik

chchch commented 2 weeks ago

I actually have that rule under "final anusvāra variants (Malayālam)", so that if you set <textLang mainLang='sa-Mlym'/> it activates. I wonder if we should make that a script-independent setting, like "conservative" or something, or if we should also activate it for @mainLang='sa-Newa'?

wujastyk commented 2 weeks ago

Sorry to add another, but could we also have

<scriptNote xml:id="script-na-ṇa">
<foreign xml:lang="na">na</foreign> and <foreign xml:lang="ṇa">ṇa</foreign> not distinguished.
</scriptNote>
wujastyk commented 2 weeks ago

... I wonder if we should make that a script-independent setting, like "conservative" or something, or if we should also activate it for @mainLang='sa-Newa'?

I think script-independent would be appropriate, because this is also a usage in Śāradā MSS. But it's not all sa-Newa MSS, only some, which is why I thought at first about the scriptNote approach.