equal
deleted
inserted
replaced
|
1 <?php |
|
2 |
|
3 return [ |
|
4 |
|
5 'VERSION' => [0,0,0,'alpha',1], |
|
6 |
|
7 'OLAC_DISCOURSE_TYPE' => [ |
|
8 'uri' => 'http://www.language-archives.org/OLAC/1.1/discourse-type', |
|
9 'values' => [ |
|
10 [ |
|
11 'code' => 'dialogue', |
|
12 'name' => 'Dialogue', |
|
13 ], |
|
14 |
|
15 [ |
|
16 'code' => 'drama', |
|
17 'name' => 'Drama', |
|
18 ], |
|
19 |
|
20 [ |
|
21 'code' => 'formulaic', |
|
22 'name' => 'Formulaic Discourse', |
|
23 ], |
|
24 |
|
25 [ |
|
26 'code' => 'ludic', |
|
27 'name' => 'Ludic Discourse', |
|
28 ], |
|
29 [ |
|
30 'code' => 'oratory', |
|
31 'name' => 'Oratory', |
|
32 ], |
|
33 |
|
34 [ |
|
35 'code' => 'narrative', |
|
36 'name' => 'Narrative Discourse', |
|
37 ], |
|
38 |
|
39 [ |
|
40 'code' => 'procedural', |
|
41 'name' => 'Procedural Discourse', |
|
42 ], |
|
43 |
|
44 [ |
|
45 'code' => 'report', |
|
46 'name' => 'Report', |
|
47 ], |
|
48 |
|
49 [ |
|
50 'code' => 'singing', |
|
51 'name' => 'Singing', |
|
52 ], |
|
53 |
|
54 [ |
|
55 'code' => 'unintelligible_speech', |
|
56 'name' => 'Unintelligible Speech', |
|
57 ] |
|
58 ] |
|
59 |
|
60 ] |
|
61 |
|
62 ]; |