-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsyn-maps.json
executable file
·114 lines (109 loc) · 2.33 KB
/
syn-maps.json
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
110
111
112
113
114
{
"dimlex": {
"konnadv": "adv",
"padv": "adv",
"subj": "csu",
"einzel": "other",
"postp": "cco",
"v2emb": "cco",
"praep": "prep",
"apci": "prep",
"konj": "cco",
"appo": "prep",
"coordconj": "cco"
},
"lexconn": {
"prep-V-ant": "prep"
},
"bengali": {
"adverb": "adv",
"Adverb": "adv",
"Adverb/postposition": ["adv", "prep"],
"Conjunction/adverb": ["adv", "cco", "csu"],
"Conjunction": ["cco", "csu"],
"Postposition/adverb": ["adv", "prep"],
"Postposition": "prep"
},
"lico": {
"prepositional": "prep",
"subordinating": "csu",
"adverbial": "adv",
"coodinating": "cco",
"coordinating": "cco",
"locuzione congiuntiva": "cco",
"classe": "other",
"avverbio": "adv",
"preposizione": "prep"
},
"ptb2": {
"PP": "adv",
"IN": ["csu", "prep"],
"ADVP": "adv",
"INTJ": "adv",
"CC": "cco",
"RB": "adv",
"VB": "other",
"phrase": "other",
"JJ": "adv",
"RBR": "adv",
"UCP": "cco",
"NN": "other",
"NNP": "other"
},
"czlex": {
"adjective": "other",
"adverb": "adv",
"conjunction coordinating": "cco",
"conjunction subordinating": "csu",
"noun": "other",
"numeral": "other",
"particle": "other",
"preposition": "prep",
"pronoun": "other",
"punctuation": "other",
"verb": "other"
},
"ukrainian": {
"adverb": "adv",
"subord_conj": "csu",
"other": "other",
"coord_conj": "cco",
"preposition": "prep"
},
"turkish" : {
"ADV_ADP": ["adv", "other"],
"OTHER": "other",
"Converb": "csu",
"ADP": "csu",
"CCONJ": "cco",
"ADV": "adv"
},
"naijalex": {
"CCONJ": "cco",
"ADP": "other",
"ADV": "adv",
"AUX": "other",
"ADJ": "other",
"SCONJ": "csu",
"ADP_SCONJ": "other",
"ADP_ADV_ADP": "other",
"ADP_ADP": "other",
"ADP_ADJ_ADP": "other",
"ADP_ADP_SCONJ": "other",
"AUX_SCONJ": "other",
"ADP_DET_NOUN": "other",
"DET_NOUN": "other",
"NOUN_DET_NOUN": "other",
"ADP_NOUN": "other",
"ADV_SCONJ": "other",
"ADV_ADV": "other",
"AUX_PRON": "other",
"ADV_DET": "other",
"ADV_PRON": "other",
"SCONJ_PRON": "csu",
"SCONJ_SCONJ": "csu",
"ADP_VERB": "other",
"SCONJ_AUX_SCONJ": "other",
"PART": "other"
}
}