From 82c7a0c0e2e4d15cb543a815b49d424919760ed8 Mon Sep 17 00:00:00 2001 From: Jack Weston Date: Fri, 22 May 2020 09:30:02 +0100 Subject: [PATCH] :bug: Fixed corenlp setup script backtick bug --- setup_corenlp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_corenlp.sh b/setup_corenlp.sh index ab8e78d..a8e2944 100755 --- a/setup_corenlp.sh +++ b/setup_corenlp.sh @@ -16,4 +16,4 @@ mv stanford-corenlp-4.0.0 $corenlp_dir curl https://nlp.stanford.edu/software/stanford-corenlp-4.0.0-models-$lang.jar -o $corenlp_dir/stanford-corenlp-4.0.0-models-$lang.jar echo "CoreNLP ($lang) successfully installed at $corenlp_dir" -echo "Now and in the future, run `export CORENLP_HOME=$corenlp_dir` before using BlaBla or add this command to your .bashrc/.profile or equivalent file" +echo "Now and in the future, run 'export CORENLP_HOME=$corenlp_dir' before using BlaBla or add this command to your .bashrc/.profile or equivalent file"