Akron | e4da7ef | 2017-06-27 19:22:15 +0200 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <title>Query creator demo</title> |
| 5 | <meta charset="utf-8" /> |
Akron | fbf3a78 | 2017-06-28 17:34:28 +0200 | [diff] [blame] | 6 | <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 | |
Akron | e4da7ef | 2017-06-27 19:22:15 +0200 | [diff] [blame] | 9 | <style type="text/css" rel="stylesheet"> |
Akron | fbf3a78 | 2017-06-28 17:34:28 +0200 | [diff] [blame] | 10 | body { |
| 11 | background-color: #f6a800; |
Akron | e4da7ef | 2017-06-27 19:22:15 +0200 | [diff] [blame] | 12 | } |
| 13 | </style> |
| 14 | </head> |
| 15 | <body> |
| 16 | <div class="matchinfo"> |
Akron | fbf3a78 | 2017-06-28 17:34:28 +0200 | [diff] [blame] | 17 | <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> |
Akron | e8ea000 | 2017-06-28 18:51:52 +0200 | [diff] [blame] | 35 | <td>ADJA<br>ADJD</td> |
Akron | 83b2b0e | 2017-07-03 15:17:38 +0200 | [diff] [blame] | 36 | <td class="matchkeyvalues"> |
| 37 | <div>case:nom</div> |
| 38 | <div>gender:masc<br/>gender:fem</div> |
| 39 | <div>number:sg</div> |
| 40 | </td> |
Akron | fbf3a78 | 2017-06-28 17:34:28 +0200 | [diff] [blame] | 41 | </tr> |
| 42 | <tr tabindex="0"> |
| 43 | <th>opennlp</th> |
| 44 | <th>p</th> |
Akron | 83b2b0e | 2017-07-03 15:17:38 +0200 | [diff] [blame] | 45 | <td class="matchkeyvalues"> |
| 46 | <div>case:nom</div> |
| 47 | <div>gender:masc</div> |
| 48 | <div>number:sg</div> |
| 49 | </td> |
Akron | fbf3a78 | 2017-06-28 17:34:28 +0200 | [diff] [blame] | 50 | <td>ADJA</td> |
Akron | e8ea000 | 2017-06-28 18:51:52 +0200 | [diff] [blame] | 51 | <td></td> |
Akron | fbf3a78 | 2017-06-28 17:34:28 +0200 | [diff] [blame] | 52 | <td>NN</td> |
| 53 | </tr> |
| 54 | </tbody> |
| 55 | </table> |
| 56 | </div> |
Akron | e4da7ef | 2017-06-27 19:22:15 +0200 | [diff] [blame] | 57 | </div> |
| 58 | </body> |
Akron | e4da7ef | 2017-06-27 19:22:15 +0200 | [diff] [blame] | 59 | </html> |