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

blank lines

parent 58c5419e
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment