blob: 7fde643e2c2a9d15541eb12aea5234ab8230ae6f [file] [log] [blame]
margaretha1d1c73e2019-12-03 18:07:28 +01001{
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",
margaretha1d1c73e2019-12-03 18:07:28 +010013 "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}