Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Ginter committed Nov 29, 2024
1 parent effa885 commit b898aa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions u/overview/syntax.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,10 @@ <h2 id="the-status-of-function-words">The Status of Function Words</h2>
<h3 id="multiword-function-words">Multiword Function Words</h3>

<p>The word forms that make up a fixed multiword expression are connected using the special dependency relation <a href="">u-dep/fixed</a>.
By convention, the first word is always taken as the head, so when the multiword expression is a functional element, the initial word form will then superficially look like a function word with dependents.</p>
By convention, the first word is always taken as the head, so when the multiword expression is a functional element, the initial word form will then superficially look like a function word with dependents. The <a href="">ExtPos</a> feature on the first word specifies the holistic UPOS category of the expression.</p>

<div id="fixed1" class="sd-parse">
They saw each/DET other/ADJ
They saw each/DET[ExtPos=PRON] other/ADJ
fixed(each, other)
obj(saw, each)
</div>
Expand Down Expand Up @@ -533,7 +533,7 @@ <h3 id="multiword-expressions-and-headless-structures">Multiword Expressions and
annotated by attaching all non-first elements to the first and only allowing outgoing dependents from the first element.</p>

<div id="mwe1" class="sd-parse">
I like dogs as/ADV well/ADV as/ADP cats .
I like dogs as/ADV[ExtPos=CCONJ] well/ADV as/ADP cats .
fixed(as-4, well)
fixed(as-4, as-6)
cc(cats, as-4)
Expand Down

0 comments on commit b898aa5

Please sign in to comment.