Nils Diewald | 34eaa86 | 2014-06-03 10:56:27 +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 | "operands": [ |
| 7 | { |
| 8 | "@type": "korap:token", |
| 9 | "wrap" : { |
| 10 | "@type": "korap:term", |
| 11 | "layer": "orth", |
| 12 | "key" : "der" |
| 13 | } |
| 14 | }, |
| 15 | { |
| 16 | "@type" : "korap:group", |
| 17 | "operation" : "operation:submatch", |
| 18 | "classRef" : [2], |
| 19 | "operands" : [ |
| 20 | { |
| 21 | "@type" : "korap:group", |
| 22 | "operation" : "operation:class", |
| 23 | "class" : 1, |
| 24 | "operands" : [ |
| 25 | { |
| 26 | "@type": "korap:group", |
| 27 | "operation": "operation:sequence", |
| 28 | "operands" : [ |
| 29 | { |
| 30 | "@type": "korap:token", |
| 31 | "wrap" : { |
| 32 | "@type": "korap:term", |
| 33 | "layer": "orth", |
| 34 | "key" : "Mann" |
| 35 | } |
| 36 | }, |
| 37 | { |
| 38 | "@type" : "korap:group", |
| 39 | "operation" : "operation:class", |
| 40 | "class" : 2, |
| 41 | "operands" : [ |
| 42 | { |
| 43 | "@type": "korap:token", |
| 44 | "wrap" : { |
| 45 | "@type": "korap:term", |
| 46 | "layer": "orth", |
| 47 | "key" : "und" |
| 48 | } |
| 49 | } |
| 50 | ] |
| 51 | } |
| 52 | |
| 53 | ] |
| 54 | } |
| 55 | ] |
| 56 | } |
| 57 | ] |
| 58 | } |
| 59 | ] |
| 60 | } |
| 61 | } |