Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame^] | 1 | { |
2 | "@context": "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", | ||||
3 | "startPage" : 2, | ||||
4 | "count" : 5, | ||||
5 | "context" : { | ||||
6 | "left" : [ "token", 3 ], | ||||
7 | "right" : [ "char", 6 ] | ||||
8 | }, | ||||
9 | "query":{ | ||||
10 | "@type":"korap:group", | ||||
11 | "operation":"operation:or", | ||||
12 | "operands":[ | ||||
13 | { | ||||
14 | "@type":"korap:token", | ||||
15 | "wrap":{ | ||||
16 | "@type":"korap:term", | ||||
17 | "foundry" : "mate", | ||||
18 | "layer":"l", | ||||
19 | "key":"Vokal", | ||||
20 | "match":"match:eq" | ||||
21 | } | ||||
22 | }, | ||||
23 | { | ||||
24 | "@type":"korap:group", | ||||
25 | "operation" : "operation:sequence", | ||||
26 | "operands":[ | ||||
27 | { | ||||
28 | "@type":"korap:token", | ||||
29 | "wrap":{ | ||||
30 | "@type":"korap:term", | ||||
31 | "foundry" : "mate", | ||||
32 | "layer":"l", | ||||
33 | "key" : "der", | ||||
34 | "match":"match:eq" | ||||
35 | } | ||||
36 | }, | ||||
37 | { | ||||
38 | "@type":"korap:token", | ||||
39 | "wrap":{ | ||||
40 | "@type":"korap:term", | ||||
41 | "foundry":"mate", | ||||
42 | "layer" : "p", | ||||
43 | "key" : "ADJA", | ||||
44 | "match":"match:eq" | ||||
45 | } | ||||
46 | } | ||||
47 | ] | ||||
48 | } | ||||
49 | ] | ||||
50 | } | ||||
51 | } |