Dependencies
Note: nmod, neg, and punct appear in two places.
|
|
|
|||||||||||||||||||||||||||||||||||||||
|
|
|
|||||||||||||||||||||||||||||||||||||||
|
|
|
acl
: clausal modifier of noun
This document is a placeholder for the language-specific documentation
for acl
.
acl:relcl
: relative clause modifier
A relative clause modifier (acl:relcl
) marks relative clauses. The
governor is the phrase or clause modified. Usually, it is a noun, but in Uralic
it can also be a verb, when the dependent refers to the entire action described.
The dependent is the main predicate of the relative clause.
Mies , jonka hän oli nähnyt eilen , oli taas ovella . \n The_man , whom he had seen yesterday , was again at_the_door .
acl:relcl(Mies-1, nähnyt-6)
punct(nähnyt-6, ,-2)
dobj(nähnyt-6, jonka-3)
nsubj(nähnyt-6, hän-4)
aux(nähnyt-6, oli-5)
advmod(nähnyt-6, eilen-7)
punct(nähnyt-6, ,-8)
nsubj(oli-9, Mies-1)
advmod(oli-9, taas-10)
nmod(oli-9, ovella-11)
punct(oli-9, .-12)
Ovi kolahti auki , mikä säikäytti lapsen . \n The_door clanked open , which scared the_child .
nsubj(kolahti-2, Ovi-1)
advmod(kolahti-2, auki-3)
acl:relcl(kolahti-2, säikäytti-6)
punct(säikäytti-6, ,-4)
nsubj(säikäytti-6, mikä-5)
dobj(säikäytti-6, lapsen-7)
punct(kolahti-2, .-8)
Sinul on läinud korda see , mida keegi teine pole suutnud ! \n You have succeeded _ it , that no-one else has_not been_able_to !
acl:relcl(see-5, suutnud-11)
aux(suutnud-11, pole-10)
Diffs
Turku Dependency Treebank
The governor can also be a verb, when the dependent refers to the entire action described in the main sentence.
FinnTreeBank
FI_FTB applies the universal relation acl
instead
of the language-specific relation acl:relcl
.
Estonian Treebank
Szeged Treebank
acl:relcl
does not appear in the Szeged treebank.
advcl
: adverbial clause modifier
This document is a placeholder for the language-specific documentation
for advcl
.
advmod
: adverbial modifier
This document is a placeholder for the language-specific documentation
for advmod
.
amod
: adjectival modifier
This document is a placeholder for the language-specific documentation
for amod
.
appos
: appositional modifier
This document is a placeholder for the language-specific documentation
for appos
.
aux
: auxiliary
This document is a placeholder for the language-specific documentation
for aux
.
auxpass
: passive auxiliary
This document is a placeholder for the language-specific documentation
for auxpass
.
case
: case marking
This document is a placeholder for the language-specific documentation
for case
.
cc
: coordinating conjunction
This document is a placeholder for the language-specific documentation
for cc
.
ccomp
: clausal complement
This document is a placeholder for the language-specific documentation
for ccomp
.
compound
: compound
This document is a placeholder for the language-specific documentation
for compound
.
conj
: conjunct
This document is a placeholder for the language-specific documentation
for conj
.
cop
: copula
This document is a placeholder for the language-specific documentation
for cop
.
csubj
: clausal subject
This document is a placeholder for the language-specific documentation
for csubj
.
csubjpass
: clausal passive subject
This document is a placeholder for the language-specific documentation
for csubjpass
.
dep
: unspecified dependency
This document is a placeholder for the language-specific documentation
for dep
.
det
: determiner
This document is a placeholder for the language-specific documentation
for det
.
discourse
: discourse element
This document is a placeholder for the language-specific documentation
for discourse
.
dislocated
: dislocated elements
This document is a placeholder for the language-specific documentation
for dislocated
.
dobj
: direct object
This document is a placeholder for the language-specific documentation
for dobj
.
expl
: expletive
This document is a placeholder for the language-specific documentation
for expl
.
foreign
: foreign words
This document is a placeholder for the language-specific documentation
for foreign
.
goeswith
: goes with
This document is a placeholder for the language-specific documentation
for goeswith
.
iobj
: indirect object
This document is a placeholder for the language-specific documentation
for iobj
.
list
: list
This document is a placeholder for the language-specific documentation
for list
.
mark
: marker
This document is a placeholder for the language-specific documentation
for mark
.
mwe
: multi-word expression
This document is a placeholder for the language-specific documentation
for mwe
.
name
: name
This document is a placeholder for the language-specific documentation
for name
.
neg
: negation modifier
This document is a placeholder for the language-specific documentation
for neg
.
nmod
: nominal modifier
This document is a placeholder for the language-specific documentation
for nmod
.
nsubj
: nominal subject
This document is a placeholder for the language-specific documentation
for nsubj
.
nsubjpass
: passive nominal subject
This document is a placeholder for the language-specific documentation
for nsubjpass
.
nummod
: numeric modifier
This document is a placeholder for the language-specific documentation
for nummod
.
parataxis
: parataxis
This document is a placeholder for the language-specific documentation
for parataxis
.
punct
: punctuation
This document is a placeholder for the language-specific documentation
for punct
.
remnant
: remnant in ellipsis
This document is a placeholder for the language-specific documentation
for remnant
.
reparandum
: overridden disfluency
This document is a placeholder for the language-specific documentation
for reparandum
.
root
: root
This document is a placeholder for the language-specific documentation
for root
.
vocative
: vocative modifier
The dependency type vocative
is used for vocatives, that is,
expressions where someone is being addressed. The governor of the
dependency is the main predicate of the clause where the addressing
occurs.
Pekka , tulisitko tänne ? \n Pekka , would_you_come here ?
vocative(tulisitko-3, Pekka-1)
punct(Pekka-1, ,-2)
advmod(tulisitko-3, tänne-4)
punct(tulisitko-3, ?-5)
Mine ära , Ronald ! \n Go away , Ronald !
vocative(Mine-1, Ronald-4)
compound-prt(Mine-1, ära-2)
Discussion
See issue 320[https://github.com/UniversalDependencies/docs/issues/320]
xcomp
: open clausal complement
This document is a placeholder for the language-specific documentation
for xcomp
.