Skip to content
Snippets Groups Projects
Commit f145a133 authored by Benoit Favre's avatar Benoit Favre
Browse files

blank lines

parent 58c5419e
Branches tffm
Tags
No related merge requests found
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
# make bash exit as soon as a command fails # make bash exit as soon as a command fails
set -u -e -o pipefail set -u -e -o pipefail
# === to be modified === # === to be modified ===
# location of framenet data in its original xml format # 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 ...@@ -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 tagger_dictionary=$MACAON_DIR/en/maca_crf_tagger/crf_tagger_wordtag_lexicon_en.bin
# === keep the following as is === # === keep the following as is ===
SEMAFOR_HOME=$PWD/deps/semafor-semantic-parser SEMAFOR_HOME=$PWD/deps/semafor-semantic-parser
classpath=${SEMAFOR_HOME}/lib/semafor-deps.jar:${SEMAFOR_HOME} classpath=${SEMAFOR_HOME}/lib/semafor-deps.jar:${SEMAFOR_HOME}
datadir=$PWD/data datadir=$PWD/data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment