Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add next and prev attributes #149

Open
matyaskopp opened this issue Aug 23, 2021 · 0 comments
Open

Add next and prev attributes #149

matyaskopp opened this issue Aug 23, 2021 · 0 comments

Comments

@matyaskopp
Copy link
Member

There are multiple types of document order, TEI documents can be linked with @next and @prev attributes (doc)

full order

Place all TEI files on one timeline. Probably the best place for @next and @prev is the root /TEI

partial order

Add @next and @prev to the //meeting with equal @ana (term, meeting, sitting, agenda) and @n:

        <meeting ana="#parla.term #parla.lower #parliament.PSP8" n="ps2017">ps2017</meeting>
        <meeting ana="#parla.meeting #parla.lower" n="ps2017/030">ps2017/030</meeting>
        <meeting ana="#parla.sitting #parla.lower" n="ps2017/030/07">ps2017/030/07</meeting>
        <meeting ana="#parla.agenda #parla.lower" n="ps2017/030/016">ps2017/030/016</meeting>

need to be thought out

  1. Managing continual corpus increase.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant