Skip to content

Commit

Permalink
Merge branch 'pages-source' of github.com:UniversalDependencies/docs …
Browse files Browse the repository at this point in the history
…into pages-source
  • Loading branch information
dan-zeman committed Mar 23, 2023
2 parents c81fe1b + 445049b commit 43fa402
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 1 deletion.
17 changes: 17 additions & 0 deletions _vi/dep/advmod-verb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: relation
title: 'advmod:verb'
shortdef: 'adverbial modifier is a verb'
udver: '2'
---

Relation advmod:verb is used for adverbial modifier is a verb.

~~~ sdparse
Lan xinh ra 。
advmod:ver(xinh, ra)
nsubj(xinh, Lan)
punct(xinh, 。)
~~~

<!-- Interlanguage links updated Po lis 14 15:35:05 CET 2022 -->
15 changes: 15 additions & 0 deletions _vi/dep/obl-verb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: relation
title: 'obl:verb'
shortdef: 'oblique verb'
udver: '2'
---

~~~ sdparse
Đó gọi là bài tiết 。
nsubj(gọi là, Đó)
punct(gọi là, .)
obl:verb(gọi là, bài tiết)
~~~

<!-- Interlanguage links updated Po lis 14 15:35:41 CET 2022 -->
22 changes: 22 additions & 0 deletions _vi/dep/orphan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: relation
title: 'orphan'
shortdef: 'orphan: orphan in ellipsis'
udver: '2'
---

remnant: orphan in ellipsis

~~~ sdparse
Tôi có hai cái bánh, em một.
nsubj(có, Tôi)
nummod(bánh, hai)
clf(bánh, cái)
punct(em, ,)
orphan(Tôi, em)
orphan(hai, một)
punct(có, 。)
~~~

<!-- Interlanguage links updated Po lis 14 15:35:03 CET 2022 -->

17 changes: 17 additions & 0 deletions _vi/dep/xcomp-advmod.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: relation
title: 'xcomp:advmod'
shortdef: 'a verb play role as an advmod for another verb'
udver: '2'
---

The xcomp:advmod relation is used for a verb play role as an advmod for another verb.

~~~ sdparse
Lan xinh ra.
xcomp:advmod(xinh, ra)
nsubj(xinh, Lan)
punct(xinh, .)
~~~

<!-- Interlanguage links updated Po lis 14 15:35:47 CET 2022 -->
2 changes: 1 addition & 1 deletion _vi/dep/xcomp-vcomp.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ udver: '2'
The xcomp:adj relation is used for clausal complements of adjective which function like objects.

~~~ sdparse
Anh ấy đi đánh nhau.
Anh ấy giỏi đánh nhau.
compound:pron(Anh, ấy)
nsubj(đi, anh)
xcomp:vcomp(giỏi, đánh)
Expand Down

0 comments on commit 43fa402

Please sign in to comment.