Added client-side configuration

Change-Id: Ifabdd19a867bf7db298363904daccdf4c9d6c227
diff --git a/kalamar.conf.js b/kalamar.conf.js
new file mode 100644
index 0000000..a971419
--- /dev/null
+++ b/kalamar.conf.js
@@ -0,0 +1,12 @@
+KorAP.Conf = KorAP.Conf || {};
+// KorAP.Conf["CorpusByMatchDisabled"] = true;
+
+require([
+  "hint/foundries/base",
+  "hint/foundries/corenlp",
+  "hint/foundries/dereko",
+  "hint/foundries/malt",
+  "hint/foundries/marmot",
+  "hint/foundries/opennlp",
+  "hint/foundries/treetagger"
+]);