Skip to content

Commit

Permalink
trying to get the table to display try.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bansp committed Nov 18, 2024
1 parent ba75fa7 commit 166f15f
Showing 1 changed file with 66 additions and 1 deletion.
67 changes: 66 additions & 1 deletion P5/Source/Specs/att.linguistic.dependency.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,72 @@
<p style="font-family:monospace" xml:space="preserve">4 clue clue NOUN NN Number=Sing 2 obj _ SpaceAfter=No</p>
<p style="font-family:monospace" xml:space="preserve">5 . . PUNCT . _ 2 punct _ _</p>

<p>A bit of a comment here.</p>
<p> </p>
<ab>
<!-- this is probably a failed attempt - it may be better to try some kind of raw display, perhaps each previously tabulated line styled as monospace -->
<table rows="5" cols="10" style="text-align:left;font-family:monospace;margin-left:2em">
<row>
<cell>1</cell>
<cell>I</cell>
<cell>I</cell>
<cell>PRON</cell>
<cell>PRP</cell>
<cell>Case=Nom|Number=Sing|Person=1</cell>
<cell>2</cell>
<cell>nsubj</cell>
<cell>_</cell>
<cell>_</cell>
</row>
<row>
<cell>2</cell>
<cell>had</cell>
<cell>have</cell>
<cell>VERB</cell>
<cell>VBP</cell>
<cell>Number=Sing|Person=1|Tense=Past</cell>
<cell>0</cell>
<cell>root</cell>
<cell>_</cell>
<cell>_</cell>
</row>
<row>
<cell>3</cell>
<cell>no</cell>
<cell>no</cell>
<cell>DET</cell>
<cell>DT</cell>
<cell>PronType=Neg</cell>
<cell>4</cell>
<cell>det</cell>
<cell>_</cell>
<cell>_</cell>
</row>
<row>
<cell>4</cell>
<cell>clue</cell>
<cell>clue</cell>
<cell>NOUN</cell>
<cell>NN</cell>
<cell>Number=Sing</cell>
<cell>2</cell>
<cell>obj</cell>
<cell>_</cell>
<cell>SpaceAfter=No</cell>
</row>
<row>
<cell>5</cell>
<cell>.</cell>
<cell>.</cell>
<cell>PUNCT</cell>
<cell>.</cell>
<cell>_</cell>
<cell>2</cell>
<cell>punct</cell>
<cell>_</cell>
<cell>_</cell>
</row>
</table>
</ab>

<egXML xmlns="http://www.tei-c.org/ns/Examples" xml:id="ATTLINGDEP-egXML-head1">
<p>
Expand Down

0 comments on commit 166f15f

Please sign in to comment.