home edit page issue tracker

This page pertains to UD version 2.

Metadata harmonisation: align spoken-data fields with UniDive naming conventions

Back to Highland_Puebla_Nahuatl ITML · Back to index

Repo: https://github.com/UniversalDependencies/UD_Highland_Puebla_Nahuatl-ITML

Cross-posting from the UniDive WG1 T1.5 (spoken language guidelines) metadata harmonisation review. We compared UD_Highland_Puebla_Nahuatl-ITML’s current CoNLL-U metadata against the proposed naming conventions (see also the full treebank status table). This is a suggestion for maintainers to review - feel free to push back on anything that doesn’t fit the corpus. The comparison was carried out semi-automatically with the help of Claude (Anthropic); errors or misunderstandings are possible, so please double-check anything unclear.

1. Is the spoken portion identifiable?

This treebank mixes spoken and written material but its .conllu files don’t explicitly mark which sentences are spoken.

Finding: Identifiable via sent_id: sentences from spoken material carry a .eaf (ELAN annotation file) reference in their sent_id.

Suggestion: Add # modality = spoken to sentences whose sent_id contains .eaf.

2. Sentence-level (naming conventions)

Field Suggestion
text[spa] change to text_spa
text[orig] change to text_transcription
text[gloss] change to text_glossing - unsure what this is, please confirm
text[glosa] typo (duplicate of text[gloss]) - please confirm

3. Other / corpus-specific

# text[a\d+] = ... generates a very large number of distinct metadata labels (one per numbered variant). We suggest consolidating these into a single field, e.g. converting:

# text[a134] = Ke:mah wa:n pos nika:n Kwesala:n tikitah, *este**, ki...,
# text[a136] = ki..., kinamakah a:mo ika *kilo**, ta: ata ika tamachi:w.

into:

# text_original = [a134] Ke:mah wa:n pos nika:n Kwesala:n tikitah, *este**, ki..., [a136] ki..., kinamakah a:mo ika *kilo**, ta: ata ika tamachi:w.

Implementation notes

Quick search & replace

Needs a small script

Needs manual input from maintainers