forked from kornai/4lang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dep_to_4lang_hu.txt
39 lines (33 loc) · 905 Bytes
/
dep_to_4lang_hu.txt
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
#Mapping of magyarlanc dependency relations to 4lang edges.
#
#The line "rel TAB i,j" means the dependency relation rel(x,y) should convert
#to an arrow of color i pointing from x to y and an arrow of color j pointing
#from y to x. "-" means no arrow, "?" means undecided or ambiguous.
#
#Further TAB separated fields may specify binary relations that should hold
#between x and y, the order can be reversed with "!". E.g. HAS will trigger
#x HAS y, !HAS will trigger Y HAS X
att 0,-
mode 0,-
subj 1,0
obj 2,-
pred 0,-
obl,.*,N...2.* -,- IN
obl,.*,N...x.* -,- IN
obl,.*,N...i.* -,- INSTRUMENT
obl,.*,N...3.* -,- AT
obl,.*,N...m.* -,- AT
obl,.*,N...t.* -,- TO
obl,.*,N...9.* -,- TO
obl,.*,N...p.* -,- ON
obl,.*,N...s.* -,- ON
obl,.*,N...c.* -,- FOR
obl,.*,N...e.* -,- FROM
obl,.*,N...b.* -,- FROM
obl,.*,N...h.* -,- FROM
from -,- FROM
tfrom -,- since
locy -,- AT
tlocy -,- AT
to -,- TO
tto -,- until