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