blob: 57e3dd891facdbf0d12dd59c34c6458bc8d49cb8 [file] [log] [blame]
Akronf4a7cf42018-01-09 15:58:45 +01001# To mark queries as 'not available in the specific corpus',
2# prepend the string '** ' to the query.
Akrona7cfd902017-12-21 19:28:36 +01003{
4 Q => {
5 _ => sub { shift->config('Kalamar')->{'examplecorpus'} },
6 -dereko => {
7 poliqarp => {
8 simple => 'Baum',
9 simpleseq => 'der Baum',
Akronf4a7cf42018-01-09 15:58:45 +010010 simpleci => 'laufen/i',
11 complexpos => '[pos=ADJA]'
Akrona7cfd902017-12-21 19:28:36 +010012 }
13 }
14 }
15};