Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Experiments
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christian Boulanger
Experiments
Commits
2fb1e7b9
Commit
2fb1e7b9
authored
8 months ago
by
Christian Boulanger
Browse files
Options
Downloads
Patches
Plain Diff
Move namespace declaration in <output> element
parent
17f654bc
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#222202
passed
8 months ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
convert-anystyle-data/schema/gold_standard.xml
+6
-6
6 additions, 6 deletions
convert-anystyle-data/schema/gold_standard.xml
with
6 additions
and
6 deletions
convert-anystyle-data/schema/gold_standard.xml
+
6
−
6
View file @
2fb1e7b9
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
</seg>
</seg>
<bibl>
A. Dicey, Can English Law be taught at the Universities? (1883) 20.
</bibl>
<bibl>
A. Dicey, Can English Law be taught at the Universities? (1883) 20.
</bibl>
</output>
</output>
<output
type=
"bibl"
>
<output
type=
"bibl"
xmlns=
"http://www.tei-c.org/ns/1.0"
>
<!-- This output contains the input text annotated according to the TEI rules on bibliographic references,
<!-- This output contains the input text annotated according to the TEI rules on bibliographic references,
using top-level <bibl> elements and those allowed within them. The data usually comes from human annotators
using top-level <bibl> elements and those allowed within them. The data usually comes from human annotators
and might contain errors and inconsistencies, but should be valid TEI. The annotation should be lossless, i.e.
and might contain errors and inconsistencies, but should be valid TEI. The annotation should be lossless, i.e.
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
in fact, I am looking for a way to encode "no-following-whitespace" but haven't found one yet). -->
in fact, I am looking for a way to encode "no-following-whitespace" but haven't found one yet). -->
<p
type=
"footnote"
>
<p
type=
"footnote"
>
<seg
type=
"footnote-marker"
>
3
</seg>
<seg
type=
"footnote-marker"
>
3
</seg>
<bibl
xmlns=
"http://www.tei-c.org/ns/1.0"
>
<bibl>
<seg
type=
"signal"
>
See
</seg>
<seg
type=
"signal"
>
See
</seg>
<author>
<author>
<persName>
<persName>
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
<biblScope
unit=
"page"
from=
"at"
>
at 171
</biblScope>
<biblScope
unit=
"page"
from=
"at"
>
at 171
</biblScope>
.
.
</bibl>
</bibl>
<bibl
xmlns=
"http://www.tei-c.org/ns/1.0"
>
<bibl>
<!-- From the context, it is clear that the following comment is connected to this reference, however,
<!-- From the context, it is clear that the following comment is connected to this reference, however,
this could only be inferred by a LLM. Normal ML-models could be trained to predict that it is a
this could only be inferred by a LLM. Normal ML-models could be trained to predict that it is a
non-bibliographic section and discard it. -->
non-bibliographic section and discard it. -->
...
@@ -80,12 +80,12 @@
...
@@ -80,12 +80,12 @@
</bibl>
</bibl>
</p>
</p>
</output>
</output>
<output
type=
"biblStruct"
>
<output
type=
"biblStruct"
xmlns=
"http://www.tei-c.org/ns/1.0"
>
<!-- This output contains pure bibliographic metadata with all non-relevant information removed, using
<!-- This output contains pure bibliographic metadata with all non-relevant information removed, using
top-level TEI <biblStruct> elements. This data can then be further translated into other bibliographic
top-level TEI <biblStruct> elements. This data can then be further translated into other bibliographic
data exchange formats (such as MODS, RIS, BibTeX, etc.). The information is generated from the <bibl>
data exchange formats (such as MODS, RIS, BibTeX, etc.). The information is generated from the <bibl>
data above. -->
data above. -->
<biblStruct
xmlns=
"http://www.tei-c.org/ns/1.0"
n=
"2"
>
<biblStruct
n=
"2"
>
<analytic>
<analytic>
<title
level=
"a"
>
The Search for Principle
</title>
<title
level=
"a"
>
The Search for Principle
</title>
<author>
<author>
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
<biblScope
unit=
"page"
from=
"at"
>
at 171
</biblScope>
<biblScope
unit=
"page"
from=
"at"
>
at 171
</biblScope>
</monogr>
</monogr>
</biblStruct>
</biblStruct>
<biblStruct
xmlns=
"http://www.tei-c.org/ns/1.0"
n=
"3"
>
<biblStruct
n=
"3"
>
<monogr>
<monogr>
<author>
<author>
<persName>
<persName>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment