blob: 7e585ee24ae856a3f0280ad2a9b2f62e188e5087 [file] [log] [blame]
Nils Diewalda944fab2015-04-08 21:02:04 +00001 <!DOCTYPE html>
2<html>
3 <head>
Nils Diewald0e6992a2015-04-14 20:13:52 +00004 <title>Complete Demo</title>
Nils Diewalda944fab2015-04-08 21:02:04 +00005 <meta charset="utf-8" />
Nils Diewaldce328112015-04-08 22:48:18 +00006 <link type="text/css" rel="stylesheet" href="../css/kalamar.css" />
Akron3bb91bc2016-12-02 16:43:17 +01007 <link type="text/css" rel="stylesheet" href="../css/kwic.css" />
hebasta75cfca52019-02-19 13:15:27 +01008
Akron179c8ac2015-06-30 19:30:50 +02009 <script>//<![CDATA[
10
11 window.KorAP = window.KorAP || {};
12 KorAP.URL = '';
13
14 //]]></script>
Nils Diewald7c8ced22015-04-15 19:21:00 +000015 <script data-main="alldemo.js" src="../js/lib/require.js" async="async"></script>
Nils Diewalda944fab2015-04-08 21:02:04 +000016 </head>
Akroncb5c1712021-01-26 18:01:04 +010017 <body class="no-js">
Nils Diewalda944fab2015-04-08 21:02:04 +000018 <div id="kalamar-bg"></div>
Akron644ad9f2021-07-26 16:12:59 +020019
20 <aside tabindex="0">
21 <div>
22 <fieldset>
23 <form>
24 <legend><span>Anmelden</span></legend>
Akron9fa7cc52022-05-12 11:17:20 +020025 <input type="text" name="handle_or_email" placeholder="Benutzername" />
Akron644ad9f2021-07-26 16:12:59 +020026 <div>
27 <input type="password" name="pwd" placeholder="Passwort" />
28 <button type="submit"><span>Go</span></button>
29 </div>
30 </form>
31 <ul style="font-size: 80%">
32 <li><a href="#">Registrieren</a></li>
33 <li><a href="#">Passwort vergessen?</a></li>
34 </ul>
35 </fieldset>
36 </div>
37
Nils Diewalda944fab2015-04-08 21:02:04 +000038 <header>
Akron6a535d42015-08-26 20:16:58 +020039 <a href="/" class="logo" tabindex="-1"><h1><span>KorAP - Corpus Analysis Platform</span></h1></a>
Nils Diewald0e6992a2015-04-14 20:13:52 +000040
Nils Diewald7c8ced22015-04-15 19:21:00 +000041 <div class="button top">
Akron189b3592016-01-04 20:56:46 +010042<!--
Akron6a535d42015-08-26 20:16:58 +020043 <a href="#" class="login" tabindex="-1"><span>Login</span></a>
Akron189b3592016-01-04 20:56:46 +010044-->
Nils Diewald7c8ced22015-04-15 19:21:00 +000045 </div>
Nils Diewald0e6992a2015-04-14 20:13:52 +000046
hebasta75cfca52019-02-19 13:15:27 +010047 <form autocomplete="off" action="/kalamar" id="searchform">
Nils Diewalda944fab2015-04-08 21:02:04 +000048 <div id="searchbar">
49 <input type="search"
50 placeholder="Find ..."
51 name="q"
52 id="q-field"
Akron00cd4d12016-05-31 21:01:11 +020053 value="abcdefghijklmnopqrstuvwxyz"
Nils Diewalda944fab2015-04-08 21:02:04 +000054 autofocus="autofocus" />
hebasta5df796f2019-05-21 15:27:12 +020055 <button id="qsubmit" type="submit"><span>Go</span></button>
Nils Diewalda944fab2015-04-08 21:02:04 +000056 <!-- <i class="fa fa-arrow-circle-down show-hint" onclick="hint.popUp()"></i> -->
57 </div>
Akronc1457bf2015-06-11 19:24:00 +020058
Akroncd42a142019-07-12 18:55:37 +020059 <!-- Search in the following virtual corpus -->
Akronc1457bf2015-06-11 19:24:00 +020060 <div id="vc-view"></div>
61 in
Akron7716f012015-07-01 20:38:32 +020062 <input id="show" name="show" type="hidden" />
Akron1f0521b2018-08-28 13:01:24 +020063 <!--<input id="collection-name" name="collection-name" type="hidden"> -->
Akroncd42a142019-07-12 18:55:37 +020064 <input id="cq" name="cq" type="text" value="">
Akron6bb71582016-06-10 20:41:08 +020065 with <span class="menu select">
Nils Diewalda944fab2015-04-08 21:02:04 +000066 <select name="ql" id="ql-field">
67 <option value="poliqarp">Poliqarp</option>
68 <option value="cosmas2">Cosmas II</option>
69 <option value="annis">Annis</option>
70 <option value="cql">CQL v1.2</option>
71 </select>
72 </span>
Nils Diewald7c8ced22015-04-15 19:21:00 +000073 <div class="button right">
Nils Diewalda944fab2015-04-08 21:02:04 +000074 <input type="checkbox"
75 value="1"
76 name="cutoff"
77 class="checkbox"
78 id="q-cutoff-field" />
Akrone9e5e832019-04-02 14:56:23 +020079 <label for="q-cutoff-field"><span id="glimpse"></span>Glimpse</label>
Nils Diewalda944fab2015-04-08 21:02:04 +000080
81 <!-- Todo: open tutorial - like openTutorial() -->
Akron6a535d42015-08-26 20:16:58 +020082 <a href="doc/faq" tabindex="-1" class="question"><span>Question</span></a>
Nils Diewaldfccfbcb2015-04-29 20:48:19 +000083 <a href="tutorial.html" title="Tutorial" class="tutorial" id="view-tutorial"><span>Tutorial</span></a>
Nils Diewalda944fab2015-04-08 21:02:04 +000084 </div>
85 </form>
86 </header>
87
Akron189b3592016-01-04 20:56:46 +010088<!--
Nils Diewald0e6992a2015-04-14 20:13:52 +000089 <h2>Einstellungen</h2>
Nils Diewald0e6992a2015-04-14 20:13:52 +000090 <a>Deutsch|Englisch</a>
Akron189b3592016-01-04 20:56:46 +010091-->
Nils Diewald7c8ced22015-04-15 19:21:00 +000092 </aside>
Nils Diewalda944fab2015-04-08 21:02:04 +000093
94 <main>
Akron644ad9f2021-07-26 16:12:59 +020095 <div id="pagination"
96 class="button-group button-panel"
97 data-page="1"
98 data-total="52230"
99 data-count="25">
Akron9bd140e2021-07-27 16:20:03 +0200100 <a rel="prev"><span><span>&lt;</span></span></a>
101 <a rel="self"><span>1</span></a>
102 <a href="#2" tabindex="4"><span>2</span></a>
103 <a href="#3" tabindex="4"><span>3</span></a>
104 <a class="ellipsis"><span><span>...</span></span></a>
105 <a href="#52230" tabindex="4"><span>52230</span></a>
106 <a rel="next" href="#2" tabindex="4"><span><span>&gt;</span></span></a>
107 </div>
Akronb917a7c2015-07-02 11:02:42 +0200108 <div id="resultinfo" class="found">
Nils Diewalda944fab2015-04-08 21:02:04 +0000109 <p class="found">Found <span id="total-results">unknown amount of matches</span> in 59.93ms</p>
110 </div>
111
Akron179c8ac2015-06-30 19:30:50 +0200112 <script>
Akron1f0d04c2016-11-18 22:51:20 +0100113 /*
114 KorAP.koralQuery = {"matches":["..."],"errors":[[302,"Parantheses\/brackets unbalanced.","20"]],"query":{"wrap":{"layer":"orth","match":"match:eq","foundry":"opennlp","key":"Goethe","@type":"koral:term"},"@type":"koral:token"},"meta":{"serialQuery":"tokens:s:Goethe","startIndex":0,"version":"unknown","itemsPerPage":25,"context":"p","benchmark":"0.103553092 s","totalResults":-1}};
115 */
Akron5c829e92017-05-12 18:10:00 +0200116
117KorAP.koralQuery = {
118 "matches":["..."],
Akroncd42a142019-07-12 18:55:37 +0200119 "corpus":{
Akron5c829e92017-05-12 18:10:00 +0200120 "@type": "koral:docGroup",
121 "operation": "operation:or", "operands": [{
122 "@type": "koral:docGroup",
123 "operation": "operation:and",
124 "operands": [
125 {
126 "@type": "koral:doc",
127 "key": "title",
128 "match": "match:eq",
129 "value": "Der Birnbaum",
130 "type": "type:string"
131 },
132 {
133 "@type": "koral:doc",
134 "key": "pubPlace",
135 "match": "match:eq",
136 "value": "Mannheim",
137 "type": "type:string"
138 },
139 {
140 "@type": "koral:docGroup",
141 "operation": "operation:or",
142 "operands": [
143 {
144 "@type": "koral:doc",
145 "key": "subTitle",
146 "match": "match:eq",
147 "value": "Aufzucht und Pflege",
148 "type": "type:string"
149 },
150 {
Akron7e5afce2020-08-25 15:50:19 +0200151 "@type":"koral:docGroupRef",
152 "ref":"@admin/derekosub"
153 },
154 {
Akron5c829e92017-05-12 18:10:00 +0200155 "@type": "koral:doc",
156 "key": "subTitle",
157 "match": "match:eq",
158 "value": "Gedichte",
159 "type": "type:string"
160 }
161 ]
162 }
163 ]
164 },
165 {
166 "@type": "koral:doc",
167 "key": "pubDate",
168 "match": "match:geq",
169 "value": "2015-03-05",
170 "type": "type:date",
171 "rewrites" : [{
172 "@type" : "koral:rewrite",
173 "operation" : "operation:modification",
174 "src" : "querySerializer",
175 "scope" : "tree"
176 }]
177 }
178 ]
Akron4a24b722020-10-13 12:44:25 +0200179 },
180 "errors":[[302,"Parantheses\/brackets unbalanced.",0]],
181 "query":{"wrap":{"layer":"orth","match":"match:eq","foundry":"opennlp","key":"Goethe","@type":"koral:term"},"@type":"koral:token"},"meta":{"serialQuery":"tokens:s:Goethe","startIndex":0,"version":"unknown","itemsPerPage":25,"context":"p","benchmark":"0.103553092 s","totalResults":-1}};
Akron179c8ac2015-06-30 19:30:50 +0200182 </script>
183
Nils Diewalda944fab2015-04-08 21:02:04 +0000184 <div id="search">
Akron6a535d42015-08-26 20:16:58 +0200185 <ol class="align-left" tabindex="-8">
Nils Diewalda944fab2015-04-08 21:02:04 +0000186 <li data-corpus-id="WPD"
187 data-doc-id="WWW"
188 data-text-id="03313"
189 data-match-id="p102-103"
Akron0988d882017-11-10 16:13:12 +0100190 data-available-info="base/s=spans corenlp/c=spans corenlp/ne=tokens corenlp/p=tokens corenlp/s=spans glemm/l=tokens mate/l=tokens mate/m=tokens mate/p=tokens opennlp/p=tokens opennlp/s=spans tt/l=tokens tt/p=tokens tt/s=spans xip/c=spans malt/d=rels"
Akronebc8d932015-05-28 18:19:35 +0200191 id="WPD-WWW.03313-p102-103"
Akron6a535d42015-08-26 20:16:58 +0200192 tabindex="6">
Akron3bb91bc2016-12-02 16:43:17 +0100193 <div class="meta">WPD/WWW/03313</div>
194 <div class="match-main">
195 <div class="match-wrap">
196 <div class="snippet startMore endMore">
197 <div class="flag"></div>
198 <span class="context-left">In diesem Beispiel ist zu sehen, dass die beiden Variablen a und b lediglich ihre Werte an die Funktion </span><mark><mark class="class-2 level-1">Dies </mark><mark class="class-1 level-0"><mark class="class-2 level-1"><mark class="class-3 level-2">ist</mark> ein</mark> Test</mark></mark><span class="context-right"> übergeben, aber im Gegensatz zu einem Referenzparamter dabei unverändert bleiben.</span></div>
Akron1f0d04c2016-11-18 22:51:20 +0100199 </div>
Nils Diewalda944fab2015-04-08 21:02:04 +0000200 <!-- only inject via javascript! -->
201 </div>
202 <p class="ref"><strong>Wertparameter</strong> by Hubi,Zwobot,4; published on 2005-03-28 as WWW.03313 (WPD)</p>
203 <!-- only inject via javascript! -->
Nils Diewalda944fab2015-04-08 21:02:04 +0000204 </li>
205 <li data-corpus-id="WPD"
206 data-doc-id="FFF"
207 data-text-id="01460"
208 data-match-id="p119-120"
Akron0988d882017-11-10 16:13:12 +0100209 data-available-info="base/s=spans corenlp/c=spans corenlp/ne=tokens corenlp/p=tokens corenlp/s=spans glemm/l=tokens mate/l=tokens mate/m=tokens mate/p=tokens opennlp/p=tokens opennlp/s=spans tt/l=tokens tt/p=tokens tt/s=spans xip/c=spans malt/d=rels"
Akron6a535d42015-08-26 20:16:58 +0200210 id="WPD-FFF.01460-p119-120"
211 tabindex="6">
Akron08b82d62016-12-05 15:06:05 +0100212 <div class="meta">WPD/III/78432</div>
Akron3bb91bc2016-12-02 16:43:17 +0100213 <div class="match-main">
214 <div class="match-wrap">
Akron1f0d04c2016-11-18 22:51:20 +0100215 <div class="snippet startMore endMore"><span class="context-left">Der Fehler unterläuft häufig bei der direkten Übersetzung aus dem Englischen, wenn im originalen Ausdruck die beiden Wortteile verschiedene Wörter sind und sich das Adjektiv wahlweise auf das erste oder zweite Wort bezieht. Ein Beispiel ist multiples Testproblem für multiple </span><span class="match">test</span><span class="context-right"> problem.</span></div>
216 <div class="tokenInfo"></div>
217 </div>
Akron1f0d04c2016-11-18 22:51:20 +0100218 </div>
Akron151bc872018-02-02 14:04:15 +0100219 <p class="ref"><strong>Fehlbezogenes Adjektiv</strong> by Joni2,Peterlustig,BWBot; published on 2005-03-28 as FFF.01460 (WPD)</p>
Nils Diewalda944fab2015-04-08 21:02:04 +0000220 </li>
221
222 <li data-corpus-id="WPD"
223 data-doc-id="HHH"
224 data-text-id="06056"
225 data-match-id="p2564-2565"
Akron0988d882017-11-10 16:13:12 +0100226 data-available-info="base/s=spans corenlp/c=spans corenlp/ne=tokens corenlp/p=tokens corenlp/s=spans glemm/l=tokens mate/l=tokens mate/m=tokens mate/p=tokens opennlp/p=tokens opennlp/s=spans tt/l=tokens tt/p=tokens tt/s=spans xip/c=spans malt/d=rels"
Akronebc8d932015-05-28 18:19:35 +0200227 id="WPD-HHH.06056-p2564-2565"
Akron6a535d42015-08-26 20:16:58 +0200228 tabindex="6">
Akron3bb91bc2016-12-02 16:43:17 +0100229 <div class="meta">WPD/HHH/06056</div>
230 <div class="match-main">
231 <div class="match-wrap">
232 <div class="snippet startMore endMore">
233 <div class="flag"></div>
234 <span class="context-left">HDTV Samples from European (and other) broadcasters and </span><span class="match">test</span><span class="context-right"> transmissions in Europe</span></div>
Nils Diewalda944fab2015-04-08 21:02:04 +0000235 <div class="tokenInfo"></div>
Akron1f0d04c2016-11-18 22:51:20 +0100236 </div>
237 </div>
Nils Diewalda944fab2015-04-08 21:02:04 +0000238 <p class="ref"><strong>High Definition Television</strong> by ArtMechanic,TheK,Andreas -horn- Hornig; published on 2005-03-28 as HHH.06056 (WPD)</p>
Nils Diewalda944fab2015-04-08 21:02:04 +0000239 </li>
Akron311ca652017-06-26 20:39:56 +0200240
241 <li data-match-id="p367-368"
242 data-text-sigle="Corola-journal/Journalistic/16438_a_17763"
243
244 data-available-info="dereko/s=spans drukola/l=tokens drukola/m=tokens drukola/p=tokens"
245 data-info="{&quot;UID&quot;:0,&quot;author&quot;:&quot;Irina Coroiu&quot;,&quot;availability&quot;:&quot;QAO-NC&quot;,&quot;corpusID&quot;:null,&quot;corpusSigle&quot;:&quot;Corola-journal&quot;,&quot;docID&quot;:null,&quot;docSigle&quot;:&quot;Corola-journal\/Journalistic&quot;,&quot;layerInfos&quot;:&quot;dereko\/s=spans drukola\/l=tokens drukola\/m=tokens drukola\/p=tokens&quot;,&quot;license&quot;:&quot;QAO-NC&quot;,&quot;matchID&quot;:&quot;p367-368&quot;,&quot;pubDate&quot;:&quot;2001&quot;,&quot;textClass&quot;:&quot;Film&quot;,&quot;textID&quot;:null,&quot;textSigle&quot;:&quot;Corola-journal\/Journalistic\/16438_a_17763&quot;,&quot;title&quot;:&quot;DRACULA revine!&quot;}"
246 id="Corola-journal/Journalistic/16438_a_17763#p367-368">
247 <div class="meta flop">Corola-journal/Journalistic/16438_a_17763</div>
248 <div class="match-main">
249 <div class="match-wrap">
250 <div class="snippet startMore endMore"><span class="context-left"><span class="more"></span>ntrînd în joc, Richard Corliss spunea:&quot;Acest film savuros redă personajului noblețea pentru a-l lăsa să se odihnească în pace&quot;. La sfîrșit de veac, în octombrie 2000, la final de psihoză milenaristă, Compania Kushner-Locke oferă această nouă versiune.Scenariul lui Tom </span><span class="match"><mark>Baum</mark></span><span class="context-right"> pretinde a fi cît mai aproape de realitate;regizorul Joe Chappelle a ambiționat o ultramodernă înfățișare a &quot;Patimilor lui Țepeș&quot; o suită de flash-back-uri iscate tot de un interogatoriu la care este supus eroul de către un sinod de preoți ortodocși<span class="more"></span></span></div>
251 </div>
252 </div>
253 <p class="ref"><strong>DRACULA revine!</strong> von Irina Coroiu (<time datetime="2001">2001</time>) <span class="sigle">[Corola-journal/Journalistic/16438_a_17763]</span> </p>
254 </li>
255
256
Nils Diewalda944fab2015-04-08 21:02:04 +0000257 </div>
258 <div id="menu"></div>
259
hebasta75cfca52019-02-19 13:15:27 +0100260 <div class="intro" >
261 <p ><strong>KorAP</strong> is a new Corpus Analysis Platform, suited for large, multiple annotated corpora and complex search queries independent of particular research questions.</p>
Nils Diewalda944fab2015-04-08 21:02:04 +0000262 <p>This is the new frontend for KorAP, with currently no access to restricted corpora. For full access, please visit the <a href="http://korap.ids-mannheim.de/app">first frontend</a>.</p>
263
hebasta5df796f2019-05-21 15:27:12 +0200264 <p><strong>New to KorAP?</strong> Please check out our <a href="#" onclick="KorAP.tourshow()"> guided tour </a> or our <a href="#" onclick="KorAP.tourshowR()"> secondTour </a> our <a href="#">tutorial</a>!</p>
Nils Diewalda944fab2015-04-08 21:02:04 +0000265
hebasta21b7baf2019-12-16 10:32:43 +0100266 <p>KorAP is developed at the <a href="http://www.ids-mannheim.de">Institute for the German Language</a> and funded by the <a href="http://www.leibniz-gemeinschaft.de">Leibniz Association</a>. The separated modules are being published as open source at <a href="http://github.com/KorAP">GitHub</a>.</p>
hebasta75cfca52019-02-19 13:15:27 +0100267
Nils Diewalda944fab2015-04-08 21:02:04 +0000268 </div>
hebasta75cfca52019-02-19 13:15:27 +0100269
Nils Diewalda944fab2015-04-08 21:02:04 +0000270 <div id="logos">
271 <div>
hebasta75cfca52019-02-19 13:15:27 +0100272
Nils Diewalda944fab2015-04-08 21:02:04 +0000273 <a href="http://www.ids-mannheim.de/" class="logo"><p id="ids-logo"><span>Developed at the Institute for the German Language (IDS)</span></p></a>
hebasta75cfca52019-02-19 13:15:27 +0100274
Nils Diewalda944fab2015-04-08 21:02:04 +0000275 </div>
276 </div>
277 </main>
Nils Diewald1c546922015-04-13 01:56:19 +0000278
279 <footer>
280 <a href="/doc/KorAP">About</a>
Nils Diewald0e6992a2015-04-14 20:13:52 +0000281 <a href="http://korap.ids-mannheim.de/">About</a>
282 <a href="#">V 0.14</a>
Nils Diewald1c546922015-04-13 01:56:19 +0000283 </footer>
284
Nils Diewalda944fab2015-04-08 21:02:04 +0000285 <script>
Nils Diewald0e6992a2015-04-14 20:13:52 +0000286 var KorAP = KorAP || {};
Nils Diewalda944fab2015-04-08 21:02:04 +0000287 KorAP.URL = 'http://localhost:3000';
288 </script>
Akroncb5c1712021-01-26 18:01:04 +0100289 <div id="notifications">
290 <div class="notify notify-warn" data-type="warn">Error</div>
291 <div class="notify notify-error" data-type="error">Hmmm</div>
292 <div class="notify notify-success" data-type="success" data-src="Kustvakt">Hmmm</div>
293 </div>
Nils Diewalda944fab2015-04-08 21:02:04 +0000294 </body>
295</html>