| margaretha | 0ddaed6 | 2021-01-21 17:10:33 +0100 | [diff] [blame] | 1 | { |
| 2 | "meta": { | ||||
| 3 | "snippets": true, | ||||
| 4 | "timeout": 10000 | ||||
| 5 | }, | ||||
| 6 | "query": { | ||||
| 7 | "@type": "koral:token", | ||||
| 8 | "wrap": { | ||||
| 9 | "@type": "koral:term", | ||||
| 10 | "match": "match:eq", | ||||
| 11 | "key": [ | ||||
| 12 | "der", | ||||
| 13 | "das", | ||||
| 14 | "die" | ||||
| 15 | ], | ||||
| 16 | "layer": "orth", | ||||
| 17 | "rewrites": [ | ||||
| 18 | { | ||||
| 19 | "@type": "koral:rewrite", | ||||
| 20 | "src": "Glemm", | ||||
| 21 | "operation": "operation:override", | ||||
| 22 | "scope": "key" | ||||
| 23 | } | ||||
| 24 | ] | ||||
| 25 | } | ||||
| 26 | }, | ||||
| 27 | "@context": "http://korap.ids-mannheim.de/ns/koral/0.3/context.jsonld" | ||||
| 28 | } | ||||
| 29 | |||||