DigitalLatin / guidelines

A repository for the LDLT Guidelines
GNU Affero General Public License v3.0
0 stars 3 forks source link

Using @type/@ana to classify readings #50

Open adunning opened 4 years ago

adunning commented 4 years ago

'12.14. Tagging Readings for Analysis' uses the @ana attribute to classify variants, giving this example:

<app>
 <lem wit="#N #P #GlaeserSqq">vicit</lem>
 <rdg wit="#G" ana="#morphological">vīcit</rdg>
 <rdg wit="#d" ana="#lexical">ludit</rdg>
 <rdg wit="#V" ana="#lexical">lusit</rdg>
 <rdg wit="#μ" ana="#lexical">visit</rdg>
 <rdg wit="#γ" ana="#subtractive"/>
</app>

The TEI guidelines for the critical apparatus give two unexplained instances of the @ana approach, but most of their examples and all the documentation suggests @type for this instead, for example:

<app>
 <lem wit="#El #Ra2">though</lem>
 <rdgGrp type="orthographic">
  <rdg wit="#La">thogh</rdg>
  <rdg wit="#Hg">thouh</rdg>
 </rdgGrp>
</app>
<app>
 <lem wit="#El #Hg">Experience</lem>
 <rdg wit="#La" type="substantive">Experiment</rdg>
 <rdg wit="#Ra2" type="substantive">Eryment</rdg>
</app>

Such examples are among the first things that will come up if one searches for 'substantive' in the LDLT guidelines, which is apt to create confusion. Could I suggest revising the guidelines to follow the main TEI approach in using @type?