blob: a971419b8920a7277359cdf30fb62df70bee89dc [file] [log] [blame]
Akron1ad6a6c2024-04-30 18:21:08 +02001KorAP.Conf = KorAP.Conf || {};
2// KorAP.Conf["CorpusByMatchDisabled"] = true;
3
4require([
5 "hint/foundries/base",
6 "hint/foundries/corenlp",
7 "hint/foundries/dereko",
8 "hint/foundries/malt",
9 "hint/foundries/marmot",
10 "hint/foundries/opennlp",
11 "hint/foundries/treetagger"
12]);