clarin-eric / ParlaMint

ParlaMint: Comparable Parliamentary Corpora
https://clarin-eric.github.io/ParlaMint/
41 stars 52 forks source link

SI: missing meeting number in text content of meeting element #811

Open matyaskopp opened 11 months ago

matyaskopp commented 11 months ago

Title of document

<title type="sub" xml:lang="en">Minutes of the National Assembly of the Republic of Slovenia, Term 8, Regular Session 29, (03. 02. 2022)</title>

meeting:

<meeting n="29" corresp="#DZ" ana="#parla.lower #parla.meeting.regular">Redna</meeting>

in metadata conversion the meeting/text() is used first and if empty then meeting/@n. So in corcondancer only two values are present in the meeting: Redna and Izredna.

it should be:

<meeting n="29" corresp="#DZ" ana="#parla.lower #parla.meeting.regular">29. Redna</meeting>