Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 4 | <title>Complete Demo</title> |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 5 | <meta charset="utf-8" /> |
Nils Diewald | ce32811 | 2015-04-08 22:48:18 +0000 | [diff] [blame] | 6 | <link type="text/css" rel="stylesheet" href="../css/kalamar.css" /> |
Akron | 3bb91bc | 2016-12-02 16:43:17 +0100 | [diff] [blame] | 7 | <link type="text/css" rel="stylesheet" href="../css/kwic.css" /> |
Akron | 179c8ac | 2015-06-30 19:30:50 +0200 | [diff] [blame] | 8 | <script>//<![CDATA[ |
| 9 | |
| 10 | window.KorAP = window.KorAP || {}; |
| 11 | KorAP.URL = ''; |
| 12 | |
| 13 | //]]></script> |
Nils Diewald | 7c8ced2 | 2015-04-15 19:21:00 +0000 | [diff] [blame] | 14 | <script data-main="alldemo.js" src="../js/lib/require.js" async="async"></script> |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 15 | </head> |
| 16 | <body> |
| 17 | <div id="kalamar-bg"></div> |
| 18 | <header> |
Akron | 6a535d4 | 2015-08-26 20:16:58 +0200 | [diff] [blame] | 19 | <a href="/" class="logo" tabindex="-1"><h1><span>KorAP - Corpus Analysis Platform</span></h1></a> |
Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 20 | |
Nils Diewald | 7c8ced2 | 2015-04-15 19:21:00 +0000 | [diff] [blame] | 21 | <div class="button top"> |
Akron | 189b359 | 2016-01-04 20:56:46 +0100 | [diff] [blame] | 22 | <!-- |
Akron | 6a535d4 | 2015-08-26 20:16:58 +0200 | [diff] [blame] | 23 | <a href="#" class="login" tabindex="-1"><span>Login</span></a> |
Akron | 189b359 | 2016-01-04 20:56:46 +0100 | [diff] [blame] | 24 | --> |
Nils Diewald | 7c8ced2 | 2015-04-15 19:21:00 +0000 | [diff] [blame] | 25 | </div> |
Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 26 | |
Akron | c1457bf | 2015-06-11 19:24:00 +0200 | [diff] [blame] | 27 | <form autocomplete="off" action="/kalamar" id="searchform"> |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 28 | <div id="searchbar"> |
| 29 | <input type="search" |
| 30 | placeholder="Find ..." |
| 31 | name="q" |
| 32 | id="q-field" |
Akron | 00cd4d1 | 2016-05-31 21:01:11 +0200 | [diff] [blame] | 33 | value="abcdefghijklmnopqrstuvwxyz" |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 34 | autofocus="autofocus" /> |
| 35 | <button type="submit"><span>Go</span></button> |
| 36 | <!-- <i class="fa fa-arrow-circle-down show-hint" onclick="hint.popUp()"></i> --> |
| 37 | </div> |
Akron | c1457bf | 2015-06-11 19:24:00 +0200 | [diff] [blame] | 38 | |
| 39 | <!-- Search in the following virtual collection --> |
| 40 | <div id="vc-view"></div> |
| 41 | in |
Akron | 7716f01 | 2015-07-01 20:38:32 +0200 | [diff] [blame] | 42 | <input id="show" name="show" type="hidden" /> |
Akron | 179c8ac | 2015-06-30 19:30:50 +0200 | [diff] [blame] | 43 | <input id="collection-name" name="collection-name" type="hidden"> |
Akron | c1457bf | 2015-06-11 19:24:00 +0200 | [diff] [blame] | 44 | <input id="collection" name="collection" type="text" value=""> |
Akron | 6bb7158 | 2016-06-10 20:41:08 +0200 | [diff] [blame] | 45 | with <span class="menu select"> |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 46 | <select name="ql" id="ql-field"> |
| 47 | <option value="poliqarp">Poliqarp</option> |
| 48 | <option value="cosmas2">Cosmas II</option> |
| 49 | <option value="annis">Annis</option> |
| 50 | <option value="cql">CQL v1.2</option> |
| 51 | </select> |
| 52 | </span> |
Nils Diewald | 7c8ced2 | 2015-04-15 19:21:00 +0000 | [diff] [blame] | 53 | <div class="button right"> |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 54 | <input type="checkbox" |
| 55 | value="1" |
| 56 | name="cutoff" |
| 57 | class="checkbox" |
| 58 | id="q-cutoff-field" /> |
| 59 | <label for="q-cutoff-field"><span></span>Glimpse</label> |
| 60 | |
| 61 | <!-- Todo: open tutorial - like openTutorial() --> |
Akron | 6a535d4 | 2015-08-26 20:16:58 +0200 | [diff] [blame] | 62 | <a href="doc/faq" tabindex="-1" class="question"><span>Question</span></a> |
Nils Diewald | fccfbcb | 2015-04-29 20:48:19 +0000 | [diff] [blame] | 63 | <a href="tutorial.html" title="Tutorial" class="tutorial" id="view-tutorial"><span>Tutorial</span></a> |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 64 | </div> |
| 65 | </form> |
| 66 | </header> |
| 67 | |
Akron | b9cdb10 | 2017-04-25 00:52:31 +0200 | [diff] [blame] | 68 | <aside tabindex="0"> |
Akron | 189b359 | 2016-01-04 20:56:46 +0100 | [diff] [blame] | 69 | <div> |
| 70 | <fieldset> |
| 71 | <form> |
Akron | e8235be | 2016-06-27 11:02:18 +0200 | [diff] [blame] | 72 | <legend><span>Anmelden</span></legend> |
Akron | 189b359 | 2016-01-04 20:56:46 +0100 | [diff] [blame] | 73 | <input type="text" name="handle_or_email" placeholder="Benutzername" /> |
| 74 | <div> |
| 75 | <input type="password" name="pwd" placeholder="Passwort" /> |
| 76 | <button type="submit"><span>Go</span></button> |
| 77 | </div> |
Akron | e8235be | 2016-06-27 11:02:18 +0200 | [diff] [blame] | 78 | </form> |
| 79 | <ul style="font-size: 80%"> |
| 80 | <li><a href="#">Registrieren</a></li> |
| 81 | <li><a href="#">Passwort vergessen?</a></li> |
| 82 | </ul> |
Akron | 189b359 | 2016-01-04 20:56:46 +0100 | [diff] [blame] | 83 | </fieldset> |
| 84 | </div> |
| 85 | |
| 86 | <!-- |
Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 87 | <h2>Einstellungen</h2> |
Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 88 | <a>Deutsch|Englisch</a> |
Akron | 189b359 | 2016-01-04 20:56:46 +0100 | [diff] [blame] | 89 | --> |
Nils Diewald | 7c8ced2 | 2015-04-15 19:21:00 +0000 | [diff] [blame] | 90 | </aside> |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 91 | |
| 92 | <main> |
Akron | b917a7c | 2015-07-02 11:02:42 +0200 | [diff] [blame] | 93 | <div id="resultinfo" class="found"> |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 94 | <div id="pagination"> |
| 95 | <a rel="prev"><span><span><</span></span></a> |
| 96 | <a rel="self"><span>1</span></a> |
Akron | 6a535d4 | 2015-08-26 20:16:58 +0200 | [diff] [blame] | 97 | <a href="#2" tabindex="4"><span>2</span></a> |
| 98 | <a href="#3" tabindex="4"><span>3</span></a> |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 99 | <a class="ellipsis"><span><span>...</span></span></a> |
Akron | 6a535d4 | 2015-08-26 20:16:58 +0200 | [diff] [blame] | 100 | <a href="#52230" tabindex="4"><span>52230</span></a> |
| 101 | <a rel="next" href="#2" tabindex="4"><span><span>></span></span></a> |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 102 | </div> |
| 103 | <p class="found">Found <span id="total-results">unknown amount of matches</span> in 59.93ms</p> |
| 104 | </div> |
| 105 | |
Akron | 179c8ac | 2015-06-30 19:30:50 +0200 | [diff] [blame] | 106 | <script> |
Akron | 1f0d04c | 2016-11-18 22:51:20 +0100 | [diff] [blame] | 107 | /* |
| 108 | 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}}; |
| 109 | */ |
Akron | 5c829e9 | 2017-05-12 18:10:00 +0200 | [diff] [blame^] | 110 | |
| 111 | KorAP.koralQuery = { |
| 112 | "matches":["..."], |
| 113 | "collection":{ |
| 114 | "@type": "koral:docGroup", |
| 115 | "operation": "operation:or", "operands": [{ |
| 116 | "@type": "koral:docGroup", |
| 117 | "operation": "operation:and", |
| 118 | "operands": [ |
| 119 | { |
| 120 | "@type": "koral:doc", |
| 121 | "key": "title", |
| 122 | "match": "match:eq", |
| 123 | "value": "Der Birnbaum", |
| 124 | "type": "type:string" |
| 125 | }, |
| 126 | { |
| 127 | "@type": "koral:doc", |
| 128 | "key": "pubPlace", |
| 129 | "match": "match:eq", |
| 130 | "value": "Mannheim", |
| 131 | "type": "type:string" |
| 132 | }, |
| 133 | { |
| 134 | "@type": "koral:docGroup", |
| 135 | "operation": "operation:or", |
| 136 | "operands": [ |
| 137 | { |
| 138 | "@type": "koral:doc", |
| 139 | "key": "subTitle", |
| 140 | "match": "match:eq", |
| 141 | "value": "Aufzucht und Pflege", |
| 142 | "type": "type:string" |
| 143 | }, |
| 144 | { |
| 145 | "@type": "koral:doc", |
| 146 | "key": "subTitle", |
| 147 | "match": "match:eq", |
| 148 | "value": "Gedichte", |
| 149 | "type": "type:string" |
| 150 | } |
| 151 | ] |
| 152 | } |
| 153 | ] |
| 154 | }, |
| 155 | { |
| 156 | "@type": "koral:doc", |
| 157 | "key": "pubDate", |
| 158 | "match": "match:geq", |
| 159 | "value": "2015-03-05", |
| 160 | "type": "type:date", |
| 161 | "rewrites" : [{ |
| 162 | "@type" : "koral:rewrite", |
| 163 | "operation" : "operation:modification", |
| 164 | "src" : "querySerializer", |
| 165 | "scope" : "tree" |
| 166 | }] |
| 167 | } |
| 168 | ] |
| 169 | }, "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}}; |
Akron | 179c8ac | 2015-06-30 19:30:50 +0200 | [diff] [blame] | 170 | </script> |
| 171 | |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 172 | <div id="search"> |
Akron | 6a535d4 | 2015-08-26 20:16:58 +0200 | [diff] [blame] | 173 | <ol class="align-left" tabindex="-8"> |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 174 | <li data-corpus-id="WPD" |
| 175 | data-doc-id="WWW" |
| 176 | data-text-id="03313" |
| 177 | data-match-id="p102-103" |
| 178 | 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" |
Akron | ebc8d93 | 2015-05-28 18:19:35 +0200 | [diff] [blame] | 179 | id="WPD-WWW.03313-p102-103" |
Akron | 6a535d4 | 2015-08-26 20:16:58 +0200 | [diff] [blame] | 180 | tabindex="6"> |
Akron | 3bb91bc | 2016-12-02 16:43:17 +0100 | [diff] [blame] | 181 | <div class="meta">WPD/WWW/03313</div> |
| 182 | <div class="match-main"> |
| 183 | <div class="match-wrap"> |
| 184 | <div class="snippet startMore endMore"> |
| 185 | <div class="flag"></div> |
| 186 | <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> |
Akron | 1f0d04c | 2016-11-18 22:51:20 +0100 | [diff] [blame] | 187 | </div> |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 188 | <!-- only inject via javascript! --> |
| 189 | </div> |
| 190 | <p class="ref"><strong>Wertparameter</strong> by Hubi,Zwobot,4; published on 2005-03-28 as WWW.03313 (WPD)</p> |
| 191 | <!-- only inject via javascript! --> |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 192 | </li> |
| 193 | <li data-corpus-id="WPD" |
| 194 | data-doc-id="FFF" |
| 195 | data-text-id="01460" |
| 196 | data-match-id="p119-120" |
| 197 | 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" |
Akron | 6a535d4 | 2015-08-26 20:16:58 +0200 | [diff] [blame] | 198 | id="WPD-FFF.01460-p119-120" |
| 199 | tabindex="6"> |
Akron | 08b82d6 | 2016-12-05 15:06:05 +0100 | [diff] [blame] | 200 | <div class="meta">WPD/III/78432</div> |
Akron | 3bb91bc | 2016-12-02 16:43:17 +0100 | [diff] [blame] | 201 | <div class="match-main"> |
| 202 | <div class="match-wrap"> |
Akron | 1f0d04c | 2016-11-18 22:51:20 +0100 | [diff] [blame] | 203 | <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> |
| 204 | <div class="tokenInfo"></div> |
| 205 | </div> |
| 206 | <p class="ref"><strong>Fehlbezogenes Adjektiv</strong> by Joni2,Peterlustig,BWBot; published on 2005-03-28 as FFF.01460 (WPD)</p> |
| 207 | </div> |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 208 | </li> |
| 209 | |
| 210 | <li data-corpus-id="WPD" |
| 211 | data-doc-id="HHH" |
| 212 | data-text-id="06056" |
| 213 | data-match-id="p2564-2565" |
| 214 | 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" |
Akron | ebc8d93 | 2015-05-28 18:19:35 +0200 | [diff] [blame] | 215 | id="WPD-HHH.06056-p2564-2565" |
Akron | 6a535d4 | 2015-08-26 20:16:58 +0200 | [diff] [blame] | 216 | tabindex="6"> |
Akron | 3bb91bc | 2016-12-02 16:43:17 +0100 | [diff] [blame] | 217 | <div class="meta">WPD/HHH/06056</div> |
| 218 | <div class="match-main"> |
| 219 | <div class="match-wrap"> |
| 220 | <div class="snippet startMore endMore"> |
| 221 | <div class="flag"></div> |
| 222 | <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 Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 223 | <div class="tokenInfo"></div> |
Akron | 1f0d04c | 2016-11-18 22:51:20 +0100 | [diff] [blame] | 224 | </div> |
| 225 | </div> |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 226 | <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 Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 227 | </li> |
| 228 | </div> |
| 229 | <div id="menu"></div> |
| 230 | |
| 231 | <div class="intro"> |
| 232 | <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> |
| 233 | <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> |
| 234 | |
| 235 | <p><strong>New to KorAP?</strong> Please check out our <a href="#">tutorial</a>!</p> |
| 236 | |
| 237 | <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/en/about-us/leibniz-competition/projekte-2011/2011-funding-line-2/">Leibniz Association</a>. The separated modules are being published as open source at <a href="http://github.com/KorAP">GitHub</a>.</p> |
| 238 | </div> |
| 239 | <div id="logos"> |
| 240 | <div> |
| 241 | <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> |
| 242 | <a href="http://www.leibniz-gemeinschaft.de/" class="logo"><p id="leibniz-logo"><span>Member of the Leibniz Association</span></p></a> |
| 243 | </div> |
| 244 | </div> |
| 245 | </main> |
Nils Diewald | 1c54692 | 2015-04-13 01:56:19 +0000 | [diff] [blame] | 246 | |
| 247 | <footer> |
| 248 | <a href="/doc/KorAP">About</a> |
Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 249 | <a href="http://korap.ids-mannheim.de/">About</a> |
| 250 | <a href="#">V 0.14</a> |
Nils Diewald | 1c54692 | 2015-04-13 01:56:19 +0000 | [diff] [blame] | 251 | </footer> |
| 252 | |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 253 | <script> |
Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 254 | var KorAP = KorAP || {}; |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 255 | KorAP.URL = 'http://localhost:3000'; |
| 256 | </script> |
Akron | f55504a | 2015-06-18 16:42:55 +0200 | [diff] [blame] | 257 | <script>//<![CDATA[ |
| 258 | KorAP.Notifications = []; |
Akron | 1f0d04c | 2016-11-18 22:51:20 +0100 | [diff] [blame] | 259 | /* |
Akron | f55504a | 2015-06-18 16:42:55 +0200 | [diff] [blame] | 260 | KorAP.Notifications.push(["warn","767: Case insensitivity is currently not supported for this layer"]); |
| 261 | KorAP.Notifications.push(["error","404: Not Found (remote)"]); |
Akron | 1f0d04c | 2016-11-18 22:51:20 +0100 | [diff] [blame] | 262 | */ |
Akron | f55504a | 2015-06-18 16:42:55 +0200 | [diff] [blame] | 263 | //]]> |
| 264 | </script> |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 265 | </body> |
| 266 | </html> |