Nils Diewald | d7cb0eb | 2014-02-12 23:06:10 +0000 | [diff] [blame] | 1 | { |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 2 | "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", |
Nils Diewald | d7cb0eb | 2014-02-12 23:06:10 +0000 | [diff] [blame] | 3 | "query" : { |
| 4 | "@type" : "korap:group", |
| 5 | "operation" : "operation:position", |
| 6 | "frame" : "frame:startswith", |
| 7 | "operands" : [ { |
| 8 | "@type" : "korap:span", |
| 9 | "key" : "s" |
| 10 | }, { |
| 11 | "@type" : "korap:token", |
| 12 | "wrap" : { |
| 13 | "@type" : "korap:term", |
| 14 | "caseInsensitive" : true, |
| 15 | "key" : "wegen", |
| 16 | "layer" : "orth", |
| 17 | "match" : "match:eq" |
| 18 | } |
| 19 | } ] |
| 20 | } |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 21 | } |