Eliza Margaretha | 4026054 | 2014-10-01 10:32:09 +0000 | [diff] [blame] | 1 | { |
2 | "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", | ||||
3 | "query" : { | ||||
4 | "@type" : "korap:group", | ||||
5 | "operation" : "operation:sequence", | ||||
6 | "inOrder" : false, | ||||
7 | "distances" : [ { | ||||
8 | "@type" : "korap:distance", | ||||
9 | "key" : "s", | ||||
10 | "min" : 0, | ||||
11 | "max" : 0 | ||||
12 | } ], | ||||
13 | "operands" : [ { | ||||
14 | "@type" : "korap:token", | ||||
15 | "wrap" : { | ||||
16 | "@type" : "korap:term", | ||||
17 | "key" : "Buchstabe", | ||||
18 | "layer" : "orth", | ||||
19 | "match" : "match:eq" | ||||
20 | } | ||||
21 | }, { | ||||
22 | "@type" : "korap:token", | ||||
23 | "wrap" : { | ||||
24 | "@type" : "korap:term", | ||||
25 | "key" : "deutschen", | ||||
26 | "layer" : "orth", | ||||
27 | "match" : "match:eq" | ||||
28 | } | ||||
29 | } ] | ||||
30 | } | ||||
31 | } |