From f145a133c25b40d9c754b594dba3aad5dbf30690 Mon Sep 17 00:00:00 2001
From: Benoit Favre <benoit.favre@gmail.com>
Date: Fri, 1 Aug 2014 11:11:47 +0200
Subject: [PATCH] blank lines

---
 config.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/config.sh b/config.sh
index 652f77a..550f92c 100644
--- a/config.sh
+++ b/config.sh
@@ -3,6 +3,8 @@
 # make bash exit as soon as a command fails
 set -u -e -o pipefail
 
+
+
 # === to be modified ===
 
 # location of framenet data in its original xml format
@@ -22,7 +24,9 @@ tagger_model=$MACAON_DIR/en/maca_crf_tagger/crf_tagger_model_en.bin
 tagger_dictionary=$MACAON_DIR/en/maca_crf_tagger/crf_tagger_wordtag_lexicon_en.bin
 
 
+
 # === keep the following as is ===
+
 SEMAFOR_HOME=$PWD/deps/semafor-semantic-parser
 classpath=${SEMAFOR_HOME}/lib/semafor-deps.jar:${SEMAFOR_HOME}
 datadir=$PWD/data
-- 
GitLab