Added client-side configuration
Change-Id: Ifabdd19a867bf7db298363904daccdf4c9d6c227
diff --git a/.gitignore b/.gitignore
index 8076803..a23ac86 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,7 +10,6 @@
/public
/kalamar.*.conf
/kalamar.conf.json
-/kalamar.conf.js
/kalamar.*.dict
!/kalamar.queries.dict
/script/hypnotoad.pid
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"
+]);