commit | 0207d5e317c6ad609fafc81cf133f000c3b0a35d | [log] [tgz] |
---|---|---|
author | Joachim Bingel <joa.bingel@gmail.com> | Wed Feb 12 14:18:41 2014 +0000 |
committer | Joachim Bingel <joa.bingel@gmail.com> | Wed Feb 12 14:18:41 2014 +0000 |
tree | d8a94416e57fd03b7482812bcb68b2784e0bf151 | |
parent | bc537b6b76ce496fac59e91f1df64b39c3e09eae [diff] [blame] |
MORPH operator, more examples
diff --git a/examples/cosmas18.json b/examples/cosmas18.json new file mode 100644 index 0000000..4a8aa85 --- /dev/null +++ b/examples/cosmas18.json
@@ -0,0 +1,12 @@ +{ + "context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", + "query" : { + "@type" : "korap:group", + "operation" : "operation:submatch", + "@spanRef" : [ 0, 1 ], + "operands" : [ { + "@type" : "korap:span", + "key" : "s" + } ] + } +} \ No newline at end of file