blob: 1e12ed9534ebb477dcc8d9e9bfa219c314050c13 [file] [log] [blame]
Nils Diewaldefb9c9a2014-02-20 15:05:18 +00001{
2 "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
3 "query" : {
4 "@type" : "korap:group",
5 "operation" : "operation:sequence",
6 "inOrder" : true,
Nils Diewald41b62b32014-02-20 15:23:22 +00007 "distances" : [
8 {
9 "@type" : "korap:distance",
10 "key" : "w",
11 "min" : 1,
12 "max" : 3
13 }, {
14 "@type" : "korap:distance",
15 "key" : "s",
16 "min" : 0,
17 "max" : 1
Nils Diewaldefb9c9a2014-02-20 15:05:18 +000018 }
Nils Diewald41b62b32014-02-20 15:23:22 +000019 ],
20 "operands" : [
21 {
22 "@type" : "korap:token",
23 "wrap" : {
24 "@type" : "korap:term",
25 "key" : "das",
26 "layer" : "orth",
27 "match" : "match:eq"
28 }
29 }, {
30 "@type" : "korap:token",
31 "wrap" : {
32 "@type" : "korap:term",
33 "key" : "Buch",
34 "layer" : "orth",
35 "match" : "match:eq"
36 }
Nils Diewaldefb9c9a2014-02-20 15:05:18 +000037 }
Nils Diewald41b62b32014-02-20 15:23:22 +000038 ]
Nils Diewaldefb9c9a2014-02-20 15:05:18 +000039 },
40 "meta" : {
Nils Diewald41b62b32014-02-20 15:23:22 +000041 "count": 25,
Nils Diewald82a4b862014-02-20 21:17:41 +000042 "cutOff": false,
Nils Diewaldefb9c9a2014-02-20 15:05:18 +000043 "context":{
Nils Diewald41b62b32014-02-20 15:23:22 +000044 "left": [ "char", 110 ],
45 "right": [ "char", 110 ]
Nils Diewaldefb9c9a2014-02-20 15:05:18 +000046 },
Nils Diewald41b62b32014-02-20 15:23:22 +000047 "startPage": 1
Nils Diewaldefb9c9a2014-02-20 15:05:18 +000048 }
49}