blob: 283c605a6599f128cf27ebc70587fc7a51dcc92d [file] [log] [blame]
{
"@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
"query" : {
"@type" : "koral:group",
"operands" : [
{
"@type" : "koral:group",
"operation" : "operation:repetition",
"boundary": {
"@type" : "koral:boundary",
"min" : 0,
"max" : 5
},
"operands" : [
{
"@type" : "koral:token",
"wrap" : {
"@type" : "koral:term",
"foundry" : "tt",
"key" : "NN",
"layer" : "p",
"match" : "match:ne"
}
}]
},
{
"@type" : "koral:token",
"wrap" : {
"@type" : "koral:term",
"foundry" : "tt",
"key" : "NN",
"layer" : "p",
"match" : "match:eq"
}
}
],
"operation" : "operation:sequence"
}
}