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

user require spanning information in a fulltext annotation (cei:note/@corresp) #1134

Open
GVogeler opened this issue Feb 1, 2023 · 0 comments

Comments

@GVogeler
Copy link
Collaborator

GVogeler commented Feb 1, 2023

In the BeCoRe project, users want annotate spans of text:

<cei:anchor xml:id="a1"/>Universis presentes litteras inspecturis officialis curie venerabilis viri domini archidiaconi 
Flavignensis in ecclesia Eduense salutem in Domino sempiternam. <cei:note spanTo="#a1">la première phrase de 
l’acte se trouve copiée à l’envers, comme un brouillon ou un essai non retenu</cei:note>

or

<cei:hi rend="inverted" xml:id="seg1"/>Universis presentes litteras inspecturis officialis curie venerabilis viri domini 
archidiaconi Flavignensis in ecclesia Eduense salutem in Domino sempiternam.</cei:hi>
...
<cei:note corresp="#seg1">la première phrase de l’acte se trouve copiée à l’envers, comme un brouillon ou un essai non 
retenu</cei:note>

or

<cei:hi rend="inverted" corresp="#n1"/>Universis presentes litteras inspecturis officialis curie venerabilis viri domini 
archidiaconi Flavignensis in ecclesia Eduense salutem in Domino sempiternam.</cei:hi>
...
<cei:note xml:id="n1">la première phrase de l’acte se trouve copiée à l’envers, comme un brouillon ou un essai non 
retenu</cei:note>

All solutions seem to be rather easy to implement by a simple extension of the schema with an appropriate attribute in cei-mom. Technically, their main difference sits in the display of @corresp|@spanTo via cei2html.xsl

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