Joachim Bingel | bc537b6 | 2014-02-12 12:47:45 +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":true, | ||||
7 | "distances":[ | ||||
8 | { | ||||
9 | "@type":"korap:distance", | ||||
10 | "key":"w", | ||||
11 | "min":1, | ||||
12 | "max":3 | ||||
13 | } | ||||
14 | ], | ||||
15 | "operands":[ | ||||
16 | { | ||||
17 | "@type":"korap:token", | ||||
18 | "wrap":{ | ||||
19 | "@type":"korap:term", | ||||
20 | "key":"Der", | ||||
21 | "layer":"orth", | ||||
22 | "match":"match:eq" | ||||
23 | } | ||||
24 | }, | ||||
25 | { | ||||
26 | "@type":"korap:token", | ||||
27 | "wrap":{ | ||||
28 | "@type":"korap:term", | ||||
29 | "key":"Mann", | ||||
30 | "layer":"orth", | ||||
31 | "match":"match:eq" | ||||
32 | } | ||||
33 | } | ||||
34 | ] | ||||
35 | } | ||||
36 | } |