dracor-org / romdracor

Roman drama corpus, adapted from Perseus Digital Library.
3 stars 1 forks source link

Fix ID references in `who` attributes #2

Open cmil opened 5 years ago

cmil commented 5 years ago

Instead of

https://github.com/dracor-org/romandracor/blob/816c278c535280579e9f005b2e2c50591dad6320/tei/seneca-medea.xml#L506

character IDs in who attributes need to be referenced like this

<sp who="#medea #nutrix">
nevmenandr commented 5 years ago

This is the problem only with Seneca tragedies. I think I fixed it.

lehkost commented 5 years ago

This example is a monologue by Medea (not a speech by the two characters mentioned). So I guess "Medea Nvtrix" should be wrapped as <stage>Medea Nvtrix</stage> and then <sp who="#medea">.

Since this is unclear from the text and markup itself, I think we have to manually check passages like this.

nevmenandr commented 5 years ago

Yes, this strange way of encoding relates to all Seneca plays. I've fixed it.