blob: 08c7fda34b5d01af66d420741722352c9f51e39f [file] [log] [blame]
margaretha0ddaed62021-01-21 17:10:33 +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",
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