Joachim Bingel | a3d2d5f | 2014-02-12 10:22:24 +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 | {
|
| 9 | "@type":"korap:distance",
|
| 10 | "key":"w",
|
| 11 | "min":1,
|
| 12 | "max":3
|
| 13 | }
|
| 14 | ],
|
| 15 | "operands":[
|
| 16 | {
|
| 17 | "@type":"korap:token",
|
| 18 | "wrap":{
|
| 19 | "@type":"korap:term",
|
| 20 | "key":"Der",
|
| 21 | "layer":"orth",
|
| 22 | "match":"eq"
|
| 23 | }
|
| 24 | },
|
| 25 | {
|
| 26 | "@type":"korap:token",
|
| 27 | "wrap":{
|
| 28 | "@type":"korap:term",
|
| 29 | "key":"Mann",
|
| 30 | "layer":"orth",
|
| 31 | "match":"eq"
|
| 32 | }
|
| 33 | }
|
| 34 | ]
|
| 35 | }
|
Joachim Bingel | 11d5b15 | 2014-02-11 21:33:47 +0000 | [diff] [blame] | 36 | } |