| Akron | 1ad6a6c | 2024-04-30 18:21:08 +0200 | [diff] [blame] | 1 | KorAP.Conf = KorAP.Conf || {}; |
| 2 | // KorAP.Conf["CorpusByMatchDisabled"] = true; | ||||
| 3 | |||||
| 4 | require([ | ||||
| 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 | ]); | ||||