Skip to content

Commit

Permalink
more attempts at visual cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
bansp committed Nov 18, 2024
1 parent 9a871e5 commit 2bc9ee1
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions P5/Source/Specs/att.linguistic.dependency.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Build step 'Execute shell' marked build as failure
<p>(description)</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">
<table rows="5" cols="10" style="text-align:left; font-family:monospace;margin-left:2em;padding-left:2em">
<row>
<cell>1</cell>
<cell>I</cell>
Expand All @@ -112,7 +112,7 @@ Build step 'Execute shell' marked build as failure
<cell>_</cell>
<cell>_</cell>
</row>
<row style="margin-left:2em">
<row>
<cell>2</cell>
<cell>had</cell>
<cell>have</cell>
Expand All @@ -124,7 +124,7 @@ Build step 'Execute shell' marked build as failure
<cell>_</cell>
<cell>_</cell>
</row>
<row style="margin-left:2em">
<row>
<cell>3</cell>
<cell>no</cell>
<cell>no</cell>
Expand All @@ -136,7 +136,7 @@ Build step 'Execute shell' marked build as failure
<cell>_</cell>
<cell>_</cell>
</row>
<row style="margin-left:2em">
<row>
<cell>4</cell>
<cell>clue</cell>
<cell>clue</cell>
Expand All @@ -148,7 +148,7 @@ Build step 'Execute shell' marked build as failure
<cell>_</cell>
<cell>SpaceAfter=No</cell>
</row>
<row style="margin-left:2em">
<row>
<cell>5</cell>
<cell>.</cell>
<cell>.</cell>
Expand All @@ -162,9 +162,8 @@ Build step 'Execute shell' marked build as failure
</row>
</table>
</ab>
<egXML xmlns="http://www.tei-c.org/ns/Examples" xml:id="ATTLINGDEP-egXML-head-src" valid="feasible">
<p>Universal Dependencies analysis of the sentence <q>I had no clue</q>, provided in the plain text, column-based CoNNL-U format.</p>
<!--
<p>Universal Dependencies analysis of the sentence <q>I had no clue</q>, provided in the plain text, column-based CoNNL-U format.</p>
<egXML xmlns="http://www.tei-c.org/ns/Examples" xml:id="ATTLINGDEP-egXML-head-src" valid="feasible"><!--
1 I I PRON PRP Case=Nom|Number=Sing|Person=1 2 nsubj _ _
2 had have VERB VBP Number=Sing|Person=1|Tense=Past 0 root _ _
3 no no DET DT PronType=Neg 4 det _ _
Expand Down

0 comments on commit 2bc9ee1

Please sign in to comment.