Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 1 | requirejs.config({ |
| 2 | baseUrl: '../js/src', |
| 3 | paths : { |
| 4 | 'lib': '../lib' |
| 5 | } |
| 6 | }); |
| 7 | |
| 8 | var json = { |
| 9 | "@type":"koral:docGroup", |
| 10 | "operation":"operation:or", |
| 11 | "operands":[ |
| 12 | { |
| 13 | "@type":"koral:docGroup", |
| 14 | "operation":"operation:and", |
| 15 | "operands":[ |
| 16 | { |
| 17 | "@type":"koral:doc", |
Nils Diewald | 4c22125 | 2015-04-21 20:19:25 +0000 | [diff] [blame] | 18 | "key":"title", |
Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 19 | "value":"Der Birnbaum", |
| 20 | "match":"match:eq" |
| 21 | }, |
| 22 | { |
| 23 | "@type":"koral:doc", |
Nils Diewald | 4c22125 | 2015-04-21 20:19:25 +0000 | [diff] [blame] | 24 | "key":"pubPlace", |
Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 25 | "value":"Mannheim", |
Akron | ea4e905 | 2017-07-06 16:12:05 +0200 | [diff] [blame] | 26 | "type" : "type:regex", |
| 27 | "match":"match:contains" |
Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 28 | }, |
| 29 | { |
| 30 | "@type":"koral:docGroup", |
| 31 | "operation":"operation:or", |
| 32 | "operands":[ |
| 33 | { |
| 34 | "@type":"koral:doc", |
Nils Diewald | 4c22125 | 2015-04-21 20:19:25 +0000 | [diff] [blame] | 35 | "key":"subTitle", |
Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 36 | "value":"Aufzucht und Pflege", |
| 37 | "match":"match:eq" |
| 38 | }, |
| 39 | { |
| 40 | "@type":"koral:doc", |
Nils Diewald | 4c22125 | 2015-04-21 20:19:25 +0000 | [diff] [blame] | 41 | "key":"subTitle", |
Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 42 | "value":"Gedichte", |
| 43 | "match":"match:eq", |
| 44 | "rewrites" : [ |
| 45 | { |
| 46 | "@type": "koral:rewrite", |
| 47 | "src" : "policy", |
| 48 | "operation" : "operation:injection", |
| 49 | } |
| 50 | ] |
| 51 | } |
| 52 | ] |
| 53 | } |
| 54 | ] |
| 55 | }, |
| 56 | { |
| 57 | "@type":"koral:doc", |
Nils Diewald | 4c22125 | 2015-04-21 20:19:25 +0000 | [diff] [blame] | 58 | "key":"pubDate", |
Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 59 | "type":"type:date", |
| 60 | "value":"2015-03-05", |
| 61 | "match":"match:geq" |
| 62 | } |
| 63 | ] |
| 64 | }; |
| 65 | |
Akron | 48b1e4d | 2015-06-17 18:47:01 +0200 | [diff] [blame] | 66 | var collections = [ |
| 67 | { |
| 68 | "statistics":{ |
| 69 | "paragraphs":2034752, |
| 70 | "documents":196510, |
| 71 | "tokens":51545081, |
| 72 | "sentences":4116282 |
| 73 | }, |
| 74 | "query":[ |
| 75 | { |
| 76 | "@value":{ |
| 77 | "@field":"korap:field#corpusID", |
| 78 | "@value":"WPD", |
| 79 | "@type":"korap:term" |
| 80 | }, |
| 81 | "@type":"korap:meta-filter" |
| 82 | } |
| 83 | ], |
| 84 | "name":"Wikipedia", |
| 85 | "path":"Wikipedia", |
| 86 | "description":"Die freie Enzyklopädie", |
| 87 | "shared":false, |
| 88 | "managed":true, |
| 89 | "created":"2015-04-01T23:04:32.000+02:00", |
| 90 | "foundries":"", |
| 91 | "id":"ZGU0ZTllNTFkYzc3M2VhZmViYzdkYWE2ODI5NDc3NTk4NGQ1YThhOTMwOTNhOWYxNWMwN2M3Y2YyZmE3N2RlNQ==" |
| 92 | } |
| 93 | ]; |
| 94 | |
hebasta | 3537f47 | 2018-06-05 15:05:15 +0200 | [diff] [blame^] | 95 | |
Nils Diewald | 652e5f4 | 2015-05-10 18:11:45 +0000 | [diff] [blame] | 96 | require(['vc','lib/domReady', 'lib/highlight/highlight.pack'], function (vcClass, domReady) { |
Nils Diewald | 4c22125 | 2015-04-21 20:19:25 +0000 | [diff] [blame] | 97 | |
| 98 | var loc = KorAP.Locale; |
hebasta | 3537f47 | 2018-06-05 15:05:15 +0200 | [diff] [blame^] | 99 | |
| 100 | //corpus statistic |
| 101 | var statistic = { |
| 102 | "documents":1, |
| 103 | "tokens":222222, |
| 104 | "sentences":33333, |
| 105 | "paragraphs":444 |
| 106 | }; |
Nils Diewald | 4c22125 | 2015-04-21 20:19:25 +0000 | [diff] [blame] | 107 | |
Nils Diewald | 652e5f4 | 2015-05-10 18:11:45 +0000 | [diff] [blame] | 108 | /* |
Nils Diewald | 4c22125 | 2015-04-21 20:19:25 +0000 | [diff] [blame] | 109 | loc.AND = 'und'; |
| 110 | loc.OR = 'oder'; |
| 111 | loc.VC_subTitle = 'Untertitel'; |
| 112 | loc.VC_title = 'Titel'; |
| 113 | loc.VC_pubDate = 'Veröffentlichungsdatum'; |
| 114 | loc.VC_pubPlace = 'Veröffentlichungsort'; |
Nils Diewald | 652e5f4 | 2015-05-10 18:11:45 +0000 | [diff] [blame] | 115 | */ |
Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 116 | |
| 117 | domReady(function() { |
Nils Diewald | 4c22125 | 2015-04-21 20:19:25 +0000 | [diff] [blame] | 118 | |
| 119 | // Create a new virtual collection by passing a based json object and |
| 120 | // field menu information |
Nils Diewald | 6283d69 | 2015-04-23 20:32:53 +0000 | [diff] [blame] | 121 | var vc = vcClass.create([ |
Nils Diewald | 4c22125 | 2015-04-21 20:19:25 +0000 | [diff] [blame] | 122 | ['title', 'string'], |
| 123 | ['subTitle', 'string'], |
| 124 | ['pubDate', 'date'], |
Akron | 31d8994 | 2018-04-06 16:44:51 +0200 | [diff] [blame] | 125 | ['author', 'text'] |
Nils Diewald | 6283d69 | 2015-04-23 20:32:53 +0000 | [diff] [blame] | 126 | ]).fromJson(json); |
Nils Diewald | 8750783 | 2015-05-01 23:36:41 +0000 | [diff] [blame] | 127 | |
Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 128 | document.getElementById('vc').appendChild(vc.element()); |
Nils Diewald | 1fcb2ad | 2015-04-20 19:19:18 +0000 | [diff] [blame] | 129 | |
Nils Diewald | 4c22125 | 2015-04-21 20:19:25 +0000 | [diff] [blame] | 130 | // show the current JSON serialization |
Nils Diewald | 1fcb2ad | 2015-04-20 19:19:18 +0000 | [diff] [blame] | 131 | KorAP.showJSON = function () { |
Nils Diewald | 652e5f4 | 2015-05-10 18:11:45 +0000 | [diff] [blame] | 132 | var json = document.getElementById("json"); |
| 133 | json.innerHTML = JSON.stringify(vc.root().toJson(), null, ' '); |
| 134 | hljs.highlightBlock(json); |
Nils Diewald | 1fcb2ad | 2015-04-20 19:19:18 +0000 | [diff] [blame] | 135 | }; |
| 136 | |
Nils Diewald | 4c22125 | 2015-04-21 20:19:25 +0000 | [diff] [blame] | 137 | // show the current query serialization |
Nils Diewald | 1fcb2ad | 2015-04-20 19:19:18 +0000 | [diff] [blame] | 138 | KorAP.showQuery = function () { |
| 139 | document.getElementById("query").innerHTML = vc.root().toQuery(); |
| 140 | }; |
Nils Diewald | 845282c | 2015-05-14 07:53:03 +0000 | [diff] [blame] | 141 | |
| 142 | // make the current vc persistant |
| 143 | KorAP.makeVCPersistant = function () { |
| 144 | vc.makePersistant(); |
| 145 | }; |
hebasta | 3537f47 | 2018-06-05 15:05:15 +0200 | [diff] [blame^] | 146 | |
| 147 | //get the corpus statistic (demo function) |
| 148 | KorAP.API.getCorpStat = function(collQu, cb){ |
| 149 | return cb(statistic); |
| 150 | }; |
Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 151 | }); |
hebasta | 3537f47 | 2018-06-05 15:05:15 +0200 | [diff] [blame^] | 152 | }); |
| 153 | |