blob: 7dc9b0fa01cf6358f7713427b0d801a136bb917c [file] [log] [blame]
margaretha51e5e3f2018-10-17 15:10:03 +02001define(function () {
2 // http://www.coli.uni-saarland.de/projects/sfb378/negra-corpus/negra-corpus.html
3 // http://www.coli.uni-saarland.de/projects/sfb378/negra-corpus/kanten.html
4 return [
5 ["AC","AC ","adpositional case marker"],
6 ["ADC","ADC ","adjective component"],
7 ["AMS","AMS ","measure argument of adj"],
8 ["APP","APP ","apposition"],
9 ["AVC","AVC ","adverbial phrase component"],
10 ["CC","CC ","comparative complement"],
11 ["CD","CD ","coordinating conjunction"],
12 ["CJ","CJ ","conjunct"],
13 ["CM","CM ","comparative concjunction"],
14 ["CP","CP ","complementizer"],
15 ["DA","DA ","dative"],
16 ["DH","DH ","discourse-level head"],
17 ["DM","DM ","discourse marker"],
18 ["GL","GL ","prenominal genitive"],
19 ["GR","GR ","postnominal genitive"],
20 ["HD","HD ","head"],
21 ["JU","JU ","junctor"],
22 ["MC","MC ","comitative"],
23 ["MI","MI ","instrumental"],
24 ["ML","ML ","locative"],
25 ["MNR","MNR ","postnominal modifier"],
26 ["MO","MO ","modifier"],
27 ["MR","MR ","rhetorical modifier"],
28 ["MW","MW ","way (directional modifier)"],
29 ["NG","NG ","negation"],
30 ["NK","NK ","noun kernel modifier"],
31 ["NMC","NMC ","numerical component"],
32 ["OA","OA ","accusative object"],
33 ["OA2","OA2 ","second accusative object"],
34 ["OC","OC ","clausal object"],
35 ["OG","OG ","genitive object"],
36 ["PD","PD ","predicate"],
37 ["PG","PG ","pseudo-genitive"],
38 ["PH","PH ","placeholder"],
39 ["PM","PM ","morphological particle"],
40 ["PNC","PNC ","proper noun component"],
41 ["RC","RC ","relative clause"],
42 ["RE","RE ","repeated element"],
43 ["RS","RS ","reported speech"],
44 ["SB","SB ","subject"],
45 ["SBP","SBP ","passivised subject (PP)"],
46 ["SP","SP ","subject or predicate"],
47 ["SVP","SVP ","separable verb prefix"],
48 ["UC","UC ","(idiosyncratic) unit component"],
49 ["VO","VO ","vocative"]
50 ];
51});