margaretha | 1d1c73e | 2019-12-03 18:07:28 +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", | ||||
margaretha | 1d1c73e | 2019-12-03 18:07:28 +0100 | [diff] [blame] | 13 | "das" |
14 | ], | ||||
15 | "layer": "orth", | ||||
16 | "rewrites": [{ | ||||
17 | "@type": "koral:rewrite", | ||||
18 | "src": "Glemm", | ||||
19 | "operation": "operation:override", | ||||
20 | "scope": "key" | ||||
21 | }] | ||||
22 | } | ||||
23 | }, | ||||
24 | "@context": "http://korap.ids-mannheim.de/ns/koral/0.3/context.jsonld" | ||||
25 | } |