blob: eff474ed0c678b7e83f03fa052a2385fcb677c5c [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",
34 "id" : "cosmas-2"
Nils Diewalda31a5152015-04-17 21:05:23 +000035 },
36 {
Akron0dc10902017-09-01 18:00:16 +020037 "title" : "Poliqarp+",
38 "id" : "poliqarp-plus",
39 "class" : "folded",
40 "items" : [
41 {
42 "title" : "Simple Segments",
43 "id" : "#segments"
44 },
45 {
46 "title" : "Complex Segments",
47 "id" : "#complex"
48 },
49 {
50 "title" : "Span Segments",
51 "id" : "#spans"
52 },
53 {
54 "title" : "Paradigmatic Operators",
55 "id" : "#paradigmatic-operators"
56 },
57 {
58 "title" : "Syntagmatic Operators",
59 "id" : "#syntagmatic-operators"
60 },
61 {
62 "title" : "Class Operators",
63 "id" : "#class-operators"
64 }
65 ]
Nils Diewalda31a5152015-04-17 21:05:23 +000066 },
67 {
Akron0dc10902017-09-01 18:00:16 +020068 "title" : "Annis QL",
69 "id" : "annis"
Nils Diewalda31a5152015-04-17 21:05:23 +000070 },
71 {
Akron0dc10902017-09-01 18:00:16 +020072 "title" : "CQL",
73 "id" : "cql"
Nils Diewalda31a5152015-04-17 21:05:23 +000074 },
75 {
Akronff7811f2017-12-19 12:40:41 +010076 "title" : "FCSQL",
77 "id" : "fcsql"
78 },
79 {
Akron0dc10902017-09-01 18:00:16 +020080 "title" : "Regular Expressions",
81 "id" : "regexp"
Nils Diewalda31a5152015-04-17 21:05:23 +000082 },
83 {
Akron0dc10902017-09-01 18:00:16 +020084 "title" : "Wildcards",
85 "id" : "wildcards"
Nils Diewalda31a5152015-04-17 21:05:23 +000086 }
87 ]
88 },
89 {
90 "title" : "Data",
91 "id" : "data",
92 "items" : [
93 {
Akron0dc10902017-09-01 18:00:16 +020094 "title" : "Corpora",
95 "id" : "corpus",
96 "class" : "folded",
97 "items" : [
98 {
99 "title" : "DeReKo",
100 "id" : "#dereko"
101 }
102 ]
Nils Diewalda31a5152015-04-17 21:05:23 +0000103 },
104 {
Akron0dc10902017-09-01 18:00:16 +0200105 "title" : "Annotations",
106 "id" : "annotation",
107 "class" : "folded",
108 "items" : [
109 {
110 "title" : "Base",
111 "id" : "#base"
112 },
113 {
114 "title" : "Connexor",
115 "id" : "#cnx"
116 },
117 {
118 "title" : "CoreNLP",
119 "id" : "#corenlp"
120 },
121 {
122 "title" : "TreeTagger",
123 "id" : "#tt"
124 },
125 {
126 "title" : "Mate",
127 "id" : "#mate"
128 },
129 {
130 "title" : "OpenNLP",
131 "id" : "#opennlp"
132 },
133 {
134 "title" : "XIP",
135 "id" : "#xip"
136 },
137 {
138 "title" : "Default Foundries",
139 "id" : "#default-foundries"
140 }
141 ]
Nils Diewalda31a5152015-04-17 21:05:23 +0000142 }
143 ]
144 },
145 {
146 "title" : "API",
147 "id" : "api",
148 "items" : [
149 {
Akron0dc10902017-09-01 18:00:16 +0200150 "title" : "KoralQuery",
151 "id" : "koralquery"
Nils Diewalda31a5152015-04-17 21:05:23 +0000152 },
153 {
Akron0dc10902017-09-01 18:00:16 +0200154 "title" : "Search API",
155 "id" : "search"
Nils Diewalda31a5152015-04-17 21:05:23 +0000156 },
157 {
Akron0dc10902017-09-01 18:00:16 +0200158 "title" : "Match API",
159 "id" : "match"
Nils Diewalda31a5152015-04-17 21:05:23 +0000160 },
161 {
Akron0dc10902017-09-01 18:00:16 +0200162 "title" : "User API",
163 "id" : "user"
Nils Diewalda31a5152015-04-17 21:05:23 +0000164 }
165 ]
166 },
167 {
168 "title" : "F.A.Q.",
169 "id" : "faq"
170 }
171]