Nils Diewald | efb9c9a | 2014-02-20 15:05:18 +0000 | [diff] [blame^] | 1 | { |
| 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, |
| 7 | "distances" : [ { |
| 8 | "@type" : "korap:distance", |
| 9 | "key" : "w", |
| 10 | "min" : 1, |
| 11 | "max" : 3 |
| 12 | }, { |
| 13 | "@type" : "korap:distance", |
| 14 | "key" : "s", |
| 15 | "min" : 0, |
| 16 | "max" : 1 |
| 17 | } ], |
| 18 | "operands" : [ { |
| 19 | "@type" : "korap:token", |
| 20 | "wrap" : { |
| 21 | "@type" : "korap:term", |
| 22 | "key" : "das", |
| 23 | "layer" : "orth", |
| 24 | "match" : "match:eq" |
| 25 | } |
| 26 | }, { |
| 27 | "@type" : "korap:token", |
| 28 | "wrap" : { |
| 29 | "@type" : "korap:term", |
| 30 | "key" : "Buch", |
| 31 | "layer" : "orth", |
| 32 | "match" : "match:eq" |
| 33 | } |
| 34 | } |
| 35 | ] |
| 36 | }, |
| 37 | "meta" : { |
| 38 | "count":25, |
| 39 | "cutOff":true, |
| 40 | "context":{ |
| 41 | "left":["char",110], |
| 42 | "right":["char",110] |
| 43 | }, |
| 44 | "startPage":1 |
| 45 | } |
| 46 | } |