Skip to content

Commit

Permalink
beautifying the description
Browse files Browse the repository at this point in the history
  • Loading branch information
bansp committed Nov 15, 2024
1 parent 36f5fa1 commit 3c2d6df
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions P5/Source/Specs/att.linguistic.dependency.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<exemplum xml:lang="en">
<p>(description)</p>
<ab>
<table>
<table rows="5" cols="10" style="text-align:left; font-family:monospace">
<row>
<cell>1</cell>
<cell>I</cell>
Expand All @@ -28,11 +28,11 @@
</row>
<row>
<cell>2</cell>
<cell>have</cell>
<cell>had</cell>
<cell>have</cell>
<cell>VERB</cell>
<cell>VBP</cell>
<cell>Number=Sing|Person=1|Tense=Pres</cell>
<cell>Number=Sing|Person=1|Tense=Past</cell>
<cell>0</cell>
<cell>root</cell>
<cell>_</cell>
Expand Down Expand Up @@ -75,9 +75,14 @@
<cell>_</cell>
<cell>_</cell>
</row>

</table>
</ab>
<p>
<figure xml:id="AILADEP-figure-rs">
<graphic width="450px" url="../Guidelines/en/Images/UD_Ihadnoclue_let-rug-nl.png"/>
<head>Dependency diagram for the sentence "I had no clue", visualised from the CoNLL-U format by the <ref target="https://github.com/rug-compling/conllu-viewer">conllu-viewer</ref> tool.</head>
</figure>
</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>
Expand All @@ -90,9 +95,9 @@
</exemplum>

<!--
# text = I had no clue
1 I I PRON PRP Case=Nom|Number=Sing|Person=1 2 nsubj _ _
2 have have VERB VBP Number=Sing|Person=1|Tense=Pres 0 root _ _
2 had have VERB VBP Number=Sing|Person=1|Tense=Past 0 root _ _
3 no no DET DT PronType=Neg 4 det _ _
4 clue clue NOUN NN Number=Sing 2 obj _ SpaceAfter=No
5 . . PUNCT . _ 2 punct _ _
Expand Down

0 comments on commit 3c2d6df

Please sign in to comment.