blob: 9f08470fffe954cb5a2d4882fbbca8802c77f1af [file] [log] [blame]
hebasta5df796f2019-05-21 15:27:12 +02001/**
2 * Corpus specific localization, here for DeReKo (http://www1.ids-mannheim.de/kl/projekte/korpora.html)
3 *
4 * @author Helge Stallkamp
5 */
6
hebasta94e47cb2019-07-24 22:24:27 +02007define(['vc', 'vc/doc'], function (vcClass, docClass) {
hebasta5df796f2019-05-21 15:27:12 +02008 const loc = KorAP.Locale;
hebasta94e47cb2019-07-24 22:24:27 +02009
10 //Query example for guided tour
11 loc.TOUR_Qexample = "laufen";
12
13 /* To define vc for guided tour */
14 loc.TOUR_vcQuery = {
15 '@type' : 'koral:doc',
16 'key' : 'docSigle',
17 'match': 'match:eq',
Akron1a7f73a2020-02-03 16:22:56 +010018 'value' : 'WPD17/D01',
hebasta94e47cb2019-07-24 22:24:27 +020019 };
20
hebasta7fa6f082019-11-17 19:00:52 +010021 loc.TOUR_Relations = "corenlp/c";
22
hebasta94e47cb2019-07-24 22:24:27 +020023});