Add foundries to annotation helper
Change-Id: I66a90bfdea287dfc3a44c38651a8d75c2a43fabe
diff --git a/Vagrantfile b/Vagrantfile
index 8c97ec8..e7b5fd8 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -180,6 +180,21 @@
cpanm --installdeps .
###############################################
+ # echo "Configure Kalamar for asset building"
+
+ echo "KorAP.Conf = KorAP.Conf || {};\
+ require([\
+ \'hint/foundries/base\',\
+ \'hint/foundries/corenlp\',\
+ \'hint/foundries/dereko\',\
+ \'hint/foundries/malt\',\
+ \'hint/foundries/marmot\',\
+ \'hint/foundries/opennlp\',\
+ \'hint/foundries/treetagger\'\
+ ]);" > kalamar.conf.js
+
+
+ ###############################################
# echo "Install Kalamar client-side dependencies"
npm install
grunt