-
Notifications
You must be signed in to change notification settings - Fork 3
/
wordpict_relmap_tdt.tsv
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 25.
109 lines (104 loc) · 2.26 KB
/
wordpict_relmap_tdt.tsv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Map the TDT dependency relation labels to those used in the Korp
# word picture: SS (subject), OBJ (object), ADV (adverbial), PA
# (preposition), AT ((pre)modifier), ET (postmodifier), CPL
# (complement). Additional, alternative labels, currently commented
# out and converted to other labels or ignored: APP (apposition), AUX
# (auxiliary verb), CPR (compared element), CRD (coordinated element),
# CPS (copular subject), OTH (other), MOD (modifier), OWN (owner), VPT
# (verb particle). Relations to be ignored are marked with a dash.
#
# In addition, the mapping contains in comments a few tentative
# relation transformations: constructs for specifying derived
# relations that do not occur directly in the data. They are not (yet)
# supported by vrt-extract-relations.py.
# For a name relation, add an extra head containing all the words from
# dependent to head:
# &name h = d..h
# For a number relation, add an extra head containing all the words
# in the depenceny chain, from the first dependent to the head:
# &number h = d<<h
_ -
acomp CPL
adpos PA
advcl ADV
# ADV if head POS is V or Adv; otherwise MOD
# advmod ADV: h.pos~"V|Adv"; MOD
# Could be converted to MOD (or ET) or maybe omitted for other than
# verbs and adverbs
advmod ADV
amod AT
# appos APP
appos -
# Does not occur in corpora
arg -
# aux AUX
aux -
auxpass -
cc -
# Could be converted to ET for nouns
ccomp CPL
# Does not occur in corpora
comp -
# compar CPR
compar -
comparator -
complm AT
# conj CRD
conj -
cop -
csubj SS
# csubj-cop CPS
csubj-cop -
# dep OTH
dep -
det -
dobj OBJ
# Does not occur in corpora
ellipsis -
gobj AT
gsubj AT
iccomp CPL
infmod ET
intj -
mark -
# Does not occur in corpora
mod AT
# AT; inverse relation (dependent to head) ET; head covers all words
# from the dependent to head:
# name AT; ^ET; @h = d..h
name AT
neg -
nn AT
# nommod MOD
nommod ADV
# Add an OWN relation from the nsubj dependent of head to the
# dependent of nommod-own
# nommod-own OWN: -> h>nsubj d
nommod-own -
nsubj SS
# nsubj-cop CPS
nsubj-cop -
num -
number -
# parataxis CRD
parataxis -
# partmod MOD
partmod AT
poss AT
preconj -
# prt VPT
prt -
punct -
quantmod -
# rcmod MOD
rcmod ET
rel -
ROOT -
# Does not occur in corpora
subj SS
voc -
xcomp CPL
# Does not occur in corpora
xsubj SS
# Does not occur in corpora
xsubj-cop SS