clarin-eric / ParlaMint

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

Data SI #485

Closed katjameden closed 1 year ago

katjameden commented 1 year ago

This is our first try, locally validated with val-schema-tei-SI.

matyaskopp commented 1 year ago

@katjameden, is your sample ready for my feedback, or are you planning more changes?

katjameden commented 1 year ago

@katjameden, is your sample ready for my feedback, or are you planning more changes?

Yes, sample should be ready for your feedback. Maybe just one more question: Do I need to provide the listOrg, listPerson and taxonomies as separate files in the sample for add-common-content to replace it already, or is this after the initial feedback?

matyaskopp commented 1 year ago

Yes, sample should be ready for your feedback. Maybe just one more question: Do I need to provide the listOrg, listPerson and taxonomies as separate files in the sample for add-common-content to replace it already, or is this after the initial feedback?

if you can extract it, then it would be easier to check the sample for me.

# factorize taxonomies:
make factorize-teiHeader-INPLACE-SI
# add new files into repository (taxonomies and list of persons and organizations)
git add Data/ParlaMint-SI/ParlaMint-SI-taxonomy-*.xml
git add Data/ParlaMint-SI/ParlaMint-taxonomy-*.xml
git add Data/ParlaMint-SI/ParlaMint-SI-list*.xml

And then commit to your fork and push it to GitHub