| Akron | 9c5b6c8 | 2016-10-11 14:43:06 +0200 | [diff] [blame] | 1 | { |
| 2 | "@context":"http://ids-mannheim.de/ns/KorAP/json-ld/v0.3/context.jsonld", | ||||
| 3 | "collection":null, | ||||
| 4 | "query":{ | ||||
| 5 | "@type": "koral:group", | ||||
| 6 | "operation": "operation:sequence", | ||||
| 7 | "operands": [ | ||||
| 8 | { | ||||
| 9 | "@type": "koral:token", | ||||
| 10 | "wrap": { | ||||
| 11 | "@type": "koral:term", | ||||
| 12 | "key": "der", | ||||
| 13 | "layer": "orth", | ||||
| 14 | "match": "match:eq" | ||||
| 15 | } | ||||
| 16 | }, | ||||
| 17 | { | ||||
| 18 | "@type": "koral:token", | ||||
| 19 | "wrap": { | ||||
| 20 | "@type": "koral:term", | ||||
| 21 | "type" : "type:regex", | ||||
| 22 | "key": ".*", | ||||
| 23 | "layer": "orth", | ||||
| 24 | "match": "match:eq" | ||||
| 25 | } | ||||
| 26 | }, | ||||
| 27 | { | ||||
| 28 | "@type": "koral:token", | ||||
| 29 | "wrap": { | ||||
| 30 | "@type": "koral:term", | ||||
| 31 | "type" : "type:regex", | ||||
| 32 | "key": ".*?", | ||||
| 33 | "layer": "orth", | ||||
| 34 | "match": "match:eq" | ||||
| 35 | } | ||||
| 36 | }, | ||||
| 37 | { | ||||
| 38 | "@type": "koral:token", | ||||
| 39 | "wrap": { | ||||
| 40 | "@type": "koral:term", | ||||
| 41 | "type" : "type:regex", | ||||
| 42 | "key": ".+", | ||||
| 43 | "layer": "orth", | ||||
| 44 | "match": "match:eq" | ||||
| 45 | } | ||||
| 46 | }, | ||||
| 47 | { | ||||
| 48 | "@type": "koral:token", | ||||
| 49 | "wrap": { | ||||
| 50 | "@type": "koral:term", | ||||
| 51 | "type" : "type:regex", | ||||
| 52 | "key": ".+?", | ||||
| 53 | "layer": "orth", | ||||
| 54 | "match": "match:eq" | ||||
| 55 | } | ||||
| 56 | } | ||||
| 57 | ] | ||||
| 58 | } | ||||
| 59 | } | ||||