hebasta | 5df796f | 2019-05-21 15:27:12 +0200 | [diff] [blame] | 1 | /** |
2 | * Corpus specific localization, here for DeReKo (http://www1.ids-mannheim.de/kl/projekte/korpora.html) | ||||
3 | * | ||||
4 | * @author Helge Stallkamp | ||||
5 | */ | ||||
6 | |||||
7 | define(function () { | ||||
8 | const loc = KorAP.Locale; | ||||
9 | loc.TOUR_Qexample = loc.TOUR_Qexample || "laufen"; | ||||
10 | }); |