Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Ginter committed Oct 18, 2023
1 parent 0fa4726 commit 2590578
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions sandbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,32 +316,34 @@ <h3 id="german">German</h3>
parataxis(hat-2,hat-9)
</code></pre>

<p>Ať drahokamů ozdoby Spadaly s ňader Tvých \n May jewels’ decorations fall-off breasts yours</p>

<pre><code class="language-sdparse">mark(Spadaly, Ať)
<p>~~sdparse
mark(Spadaly, Ať)
nmod(ozdoby, drahokamů)
nsubj(Spadaly, ozdoby)
conj(pohasl, Spadaly)
case(ňader, s)
obl(Spadaly, ňader)
amod(ňader, Tvých)
</code></pre>
amod(ňader, Tvých)</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>







<p>Genitive attribute preceding parent noun
drahokamů ozdoby</p>

<p>Šebestián sličný Kypící nahotu , Drážděné šípem genitálie ukazuje \n 0362-0001-0003-0000-0011-0000_12/gold</p>

<pre><code class="language-sdparse">nsubj(ukazuje, Šebestián)
amod(nahotu, Kypící)
obj(ukazuje, nahotu)
amod(genitálie, Drážděné)
obl(Drážděné, šípem)
</code></pre>

<h2 id="test-for-363">Test for #363</h2>

<pre><code class="language-conllu"># visual-style 6 7 obj color:red





## Test for #363

~~~ conllu
# visual-style 6 7 obj color:red
# visual-style 5.1 5 nsubj color:red
# visual-style 2 5.1 conj color:red
# visual-style 5 6 remnant color:blue
Expand All @@ -354,7 +356,7 @@ <h2 id="test-for-363">Test for #363</h2>
5.1 E5.1 _ _ _ _ _ _ 2:conj _
6 rum _ _ _ _ 5 remnant 5.1:obj _
7 . _ _ _ _ 2 punct _ _
</code></pre>
</code></pre></div></div>

<p>Empty node test with full tree in DEPS</p>

Expand Down

0 comments on commit 2590578

Please sign in to comment.