blob: 22d0a00cd50c95d7d91643a165fb9498732aed9c [file] [log] [blame]
Nils Diewalda31a5152015-04-17 21:05:23 +00001[
2 {
3 "title": "KorAP",
4 "id" : "korap",
5 "items" : [
6 {
Akron0dc10902017-09-01 18:00:16 +02007 "title" : "Kalamar",
8 "id" : "kalamar"
Nils Diewalda31a5152015-04-17 21:05:23 +00009 },
10 {
Akron0dc10902017-09-01 18:00:16 +020011 "title" : "Kustvakt",
12 "id" : "kustvakt"
Nils Diewalda31a5152015-04-17 21:05:23 +000013 },
14 {
Akron0dc10902017-09-01 18:00:16 +020015 "title" : "Koral",
16 "id" : "koral"
Nils Diewalda31a5152015-04-17 21:05:23 +000017 },
18 {
Akron0dc10902017-09-01 18:00:16 +020019 "title" : "Krill",
20 "id" : "krill"
Nils Diewalda31a5152015-04-17 21:05:23 +000021 },
22 {
Akron0dc10902017-09-01 18:00:16 +020023 "title" : "Karang",
24 "id" : "karang"
Nils Diewalda31a5152015-04-17 21:05:23 +000025 }
26 ]
27 },
28 {
29 "title" : "Query Languages",
30 "id" : "ql",
31 "items" : [
32 {
Akron0dc10902017-09-01 18:00:16 +020033 "title" : "Cosmas II",
Akron84b91992019-07-16 11:35:49 +020034 "id" : "cosmas-2",
35 "class" : "folded",
36 "items" : [
37 {
38 "title" : "Query Terms",
39 "id" : "#queryterms"
40 },
41 {
42 "title" : "Logical Operators",
43 "id" : "#logical-operators"
44 },
45 {
46 "title" : "Distance Operators",
47 "id" : "#distance-operators"
48 },
49 {
50 "title" : "Annotation Operators",
51 "id" : "#annotation-operators"
52 },
53 {
54 "title" : "Combination Operators",
55 "id" : "#combination-operators"
56 },
57 {
58 "title" : "Area Operators",
59 "id" : "#area-operators"
60 }
61 ]
Nils Diewalda31a5152015-04-17 21:05:23 +000062 },
63 {
Akron0dc10902017-09-01 18:00:16 +020064 "title" : "Poliqarp+",
65 "id" : "poliqarp-plus",
66 "class" : "folded",
67 "items" : [
68 {
69 "title" : "Simple Segments",
70 "id" : "#segments"
71 },
72 {
73 "title" : "Complex Segments",
74 "id" : "#complex"
75 },
76 {
77 "title" : "Span Segments",
78 "id" : "#spans"
79 },
80 {
81 "title" : "Paradigmatic Operators",
82 "id" : "#paradigmatic-operators"
83 },
84 {
85 "title" : "Syntagmatic Operators",
86 "id" : "#syntagmatic-operators"
87 },
88 {
89 "title" : "Class Operators",
90 "id" : "#class-operators"
91 }
92 ]
Nils Diewalda31a5152015-04-17 21:05:23 +000093 },
94 {
Akron0dc10902017-09-01 18:00:16 +020095 "title" : "Annis QL",
96 "id" : "annis"
Nils Diewalda31a5152015-04-17 21:05:23 +000097 },
98 {
Akron0dc10902017-09-01 18:00:16 +020099 "title" : "CQL",
100 "id" : "cql"
Nils Diewalda31a5152015-04-17 21:05:23 +0000101 },
102 {
Akronff7811f2017-12-19 12:40:41 +0100103 "title" : "FCSQL",
104 "id" : "fcsql"
105 },
106 {
Akron0dc10902017-09-01 18:00:16 +0200107 "title" : "Regular Expressions",
108 "id" : "regexp"
Nils Diewalda31a5152015-04-17 21:05:23 +0000109 },
110 {
Akron0dc10902017-09-01 18:00:16 +0200111 "title" : "Wildcards",
112 "id" : "wildcards"
Nils Diewalda31a5152015-04-17 21:05:23 +0000113 }
114 ]
115 },
116 {
117 "title" : "Data",
118 "id" : "data",
119 "items" : [
120 {
Akron0dc10902017-09-01 18:00:16 +0200121 "title" : "Corpora",
122 "id" : "corpus",
123 "class" : "folded",
124 "items" : [
125 {
126 "title" : "DeReKo",
127 "id" : "#dereko"
128 }
129 ]
Nils Diewalda31a5152015-04-17 21:05:23 +0000130 },
131 {
Akron0dc10902017-09-01 18:00:16 +0200132 "title" : "Annotations",
133 "id" : "annotation",
134 "class" : "folded",
135 "items" : [
136 {
137 "title" : "Base",
138 "id" : "#base"
139 },
140 {
141 "title" : "Connexor",
142 "id" : "#cnx"
143 },
144 {
145 "title" : "CoreNLP",
146 "id" : "#corenlp"
147 },
148 {
149 "title" : "TreeTagger",
150 "id" : "#tt"
151 },
152 {
153 "title" : "Mate",
154 "id" : "#mate"
155 },
156 {
157 "title" : "OpenNLP",
158 "id" : "#opennlp"
159 },
160 {
161 "title" : "XIP",
162 "id" : "#xip"
163 },
164 {
165 "title" : "Default Foundries",
166 "id" : "#default-foundries"
167 }
168 ]
Nils Diewalda31a5152015-04-17 21:05:23 +0000169 }
170 ]
171 },
172 {
173 "title" : "API",
174 "id" : "api",
175 "items" : [
176 {
Akron0dc10902017-09-01 18:00:16 +0200177 "title" : "KoralQuery",
178 "id" : "koralquery"
Nils Diewalda31a5152015-04-17 21:05:23 +0000179 },
180 {
Akron0dc10902017-09-01 18:00:16 +0200181 "title" : "Search API",
182 "id" : "search"
Nils Diewalda31a5152015-04-17 21:05:23 +0000183 },
184 {
Akron0dc10902017-09-01 18:00:16 +0200185 "title" : "Match API",
186 "id" : "match"
Nils Diewalda31a5152015-04-17 21:05:23 +0000187 },
188 {
Akron0dc10902017-09-01 18:00:16 +0200189 "title" : "User API",
190 "id" : "user"
Nils Diewalda31a5152015-04-17 21:05:23 +0000191 }
192 ]
193 },
194 {
195 "title" : "F.A.Q.",
196 "id" : "faq"
197 }
198]