Skip to content

Commit

Permalink
added another exemplum, to keep it valid
Browse files Browse the repository at this point in the history
  • Loading branch information
bansp committed Nov 17, 2024
1 parent 0aa76f3 commit 9838ae6
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions P5/Source/Specs/att.linguistic.dependency.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@
indicates the starting node of the dependency graph; relations pointing at <val>0</val> have
to be labeled as <val>root</val>.</desc>
<datatype><dataRef key="teidata.text"/></datatype>
<exemplum>
<p>(description)</p>
<egXML xmlns="http://www.tei-c.org/ns/Examples" xml:id="ATTLINGDEP-egXML-head1">
<p>
<w n="1" lemma="I" pos="PRON" msd="Case=Nom|Number=Sing|Person=1" head="2" deprel="nsubj">I</w>
<w n="2" lemma="have" pos="VERB" msd="Number=Sing|Person=1|Tense=Past" head="0" deprel="root">had</w>
<w n="3" lemma="no" pos="DET" msd="PronType=Neg" head="4" deprel="det">no</w>
<w n="4" lemma="clue" pos="NOUN" msd="Number=Sing" head="2" deprel="obj" join="right">clue</w>
<w n="5" lemma="." pos="PUNCT" msd="_" head="2" deprel="punct">.</w>
</p>
</egXML>
</exemplum>
<exemplum xml:lang="en">
<p>(description)</p>
<ab>
Expand Down Expand Up @@ -90,15 +102,7 @@
5 . . PUNCT . _ 2 punct _ _
--></egXML>
<egXML xmlns="http://www.tei-c.org/ns/Examples" xml:id="ATTLINGDEP-egXML-head1">
<p>
<w n="1" lemma="I" pos="PRON" msd="Case=Nom|Number=Sing|Person=1" head="2" deprel="nsubj">I</w>
<w n="2" lemma="have" pos="VERB" msd="Number=Sing|Person=1|Tense=Past" head="0" deprel="root">had</w>
<w n="3" lemma="no" pos="DET" msd="PronType=Neg" head="4" deprel="det">no</w>
<w n="4" lemma="clue" pos="NOUN" msd="Number=Sing" head="2" deprel="obj" join="right">clue</w>
<w n="5" lemma="." pos="PUNCT" msd="_" head="2" deprel="punct">.</w>
</p>
</egXML>
<p>(description)</p>
</exemplum>


Expand Down

0 comments on commit 9838ae6

Please sign in to comment.