Akron | f4a7cf4 | 2018-01-09 15:58:45 +0100 | [diff] [blame] | 1 | # To mark queries as 'not available in the specific corpus', |
| 2 | # prepend the string '** ' to the query. |
Akron | a7cfd90 | 2017-12-21 19:28:36 +0100 | [diff] [blame] | 3 | { |
| 4 | Q => { |
| 5 | _ => sub { shift->config('Kalamar')->{'examplecorpus'} }, |
| 6 | -dereko => { |
| 7 | poliqarp => { |
| 8 | simple => 'Baum', |
| 9 | simpleseq => 'der Baum', |
Akron | f4a7cf4 | 2018-01-09 15:58:45 +0100 | [diff] [blame] | 10 | simpleci => 'laufen/i', |
| 11 | complexpos => '[pos=ADJA]' |
Akron | a7cfd90 | 2017-12-21 19:28:36 +0100 | [diff] [blame] | 12 | } |
| 13 | } |
| 14 | } |
| 15 | }; |