blob: 174ab19676ca7f39f44277c56cc9371bd438362e [file] [log] [blame]
{
"@context":"http://ids-mannheim.de/ns/KorAP/json-ld/v0.3/context.jsonld",
"collection":null,
"query":{
"@type": "koral:group",
"operation": "operation:sequence",
"operands": [
{
"@type": "koral:token",
"wrap": {
"@type": "koral:term",
"key": "der",
"layer": "orth",
"match": "match:eq"
}
},
{
"@type": "koral:token",
"wrap": {
"@type": "koral:term",
"type" : "type:regex",
"key": ["f.?o","b[au]r",".*","ab+c"],
"layer": "orth",
"match": "match:eq"
}
}
]
}
}