blob: b9044419edd4f71c46a749fd23d63224a3827e6b [file] [log] [blame]
Akrone4da7ef2017-06-27 19:22:15 +02001<!DOCTYPE html>
2<html>
3 <head>
4 <title>Query creator demo</title>
5 <meta charset="utf-8" />
Akronfbf3a782017-06-28 17:34:28 +02006 <script data-main="query-creator.js" src="../js/lib/require.js" async="async"></script>
7 <link type="text/css" rel="stylesheet" href="../css/kalamar.css" />
8
Akrone4da7ef2017-06-27 19:22:15 +02009 <style type="text/css" rel="stylesheet">
Akronfbf3a782017-06-28 17:34:28 +020010 body {
11 background-color: #f6a800;
Akrone4da7ef2017-06-27 19:22:15 +020012 }
13 </style>
14 </head>
15 <body>
16 <div class="matchinfo">
Akronfbf3a782017-06-28 17:34:28 +020017 <div class="matchtable">
18 <table>
19 <thead>
20 <tr>
21 <th>Foundry</th>
22 <th>Layer</th>
23 <th>Der</th>
24 <th>älteste</th>
25 <th>lebende</th>
26 <th>Baum</th>
27 </tr>
28 </thead>
29 <tbody>
30 <tr tabindex="0">
31 <th>corenlp</th>
32 <th>p</th>
33 <td>ART</td>
34 <td>ADJA</td>
35 <td>ADJA</td>
36 <td>NN</td>
37 </tr>
38 <tr tabindex="0">
39 <th>opennlp</th>
40 <th>p</th>
41 <td>ART</td>
42 <td>ADJA</td>
43 <td>ADJA</td>
44 <td>NN</td>
45 </tr>
46 </tbody>
47 </table>
48 </div>
Akrone4da7ef2017-06-27 19:22:15 +020049 </div>
50 </body>
Akrone4da7ef2017-06-27 19:22:15 +020051</html>