| # To mark queries as 'not available in the specific corpus', | |
| # prepend the string '** ' to the query. | |
| { | |
| Q => { | |
| _ => sub { shift->config('Kalamar')->{'examplecorpus'} }, | |
| -dereko => { | |
| poliqarp => { | |
| simple => 'Baum', | |
| simpleseq => 'der Baum', | |
| simpleci => 'laufen/i', | |
| complexpos => '[pos=ADJA]' | |
| } | |
| } | |
| } | |
| }; |