Joachim Bingel | 0207d5e | 2014-02-12 14:18:41 +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" : 0, |
| 11 | "max" : 5 |
| 12 | } ], |
| 13 | "operands" : [ { |
| 14 | "@type" : "korap:group", |
| 15 | "operation" : "operation:sequence", |
| 16 | "inOrder" : true, |
| 17 | "distances" : [ { |
Joachim Bingel | 46390bd | 2014-02-13 09:43:51 +0000 | [diff] [blame] | 18 | "@type" : "korap:distance", |
| 19 | "key" : "w", |
| 20 | "min" : 1, |
| 21 | "max" : 3 |
| 22 | }, { |
| 23 | "@type" : "korap:distance", |
| 24 | "key" : "s", |
| 25 | "min" : 1, |
| 26 | "max" : 1 |
Joachim Bingel | 0207d5e | 2014-02-12 14:18:41 +0000 | [diff] [blame] | 27 | } ], |
| 28 | "operands" : [ { |
| 29 | "@type" : "korap:token", |
| 30 | "wrap" : { |
| 31 | "@type" : "korap:term", |
| 32 | "key" : "das", |
| 33 | "layer" : "orth", |
| 34 | "match" : "match:eq" |
| 35 | } |
| 36 | }, { |
| 37 | "@type" : "korap:token", |
| 38 | "wrap" : { |
| 39 | "@type" : "korap:term", |
| 40 | "key" : "Buch", |
| 41 | "layer" : "orth", |
| 42 | "match" : "match:eq" |
| 43 | } |
| 44 | } ] |
| 45 | }, { |
| 46 | "@type" : "korap:group", |
| 47 | "operation" : "operation:sequence", |
| 48 | "operands" : [ { |
| 49 | "@type" : "korap:token", |
| 50 | "wrap" : { |
| 51 | "@type" : "korap:term", |
| 52 | "key" : "auf", |
| 53 | "layer" : "orth", |
| 54 | "match" : "match:eq" |
| 55 | } |
| 56 | }, { |
| 57 | "@type" : "korap:token", |
| 58 | "wrap" : { |
| 59 | "@type" : "korap:term", |
| 60 | "key" : "dem", |
| 61 | "layer" : "orth", |
| 62 | "match" : "match:eq" |
| 63 | } |
| 64 | }, { |
| 65 | "@type" : "korap:token", |
| 66 | "wrap" : { |
| 67 | "@type" : "korap:term", |
| 68 | "key" : "Tisch", |
| 69 | "layer" : "orth", |
| 70 | "match" : "match:eq" |
| 71 | } |
| 72 | } ] |
| 73 | } ] |
| 74 | } |
| 75 | } |