Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
Merge pull request #2 from novoic/feature/corenlp-backtick-fix
Browse files Browse the repository at this point in the history
🐛 Fixed corenlp setup script backtick bug
  • Loading branch information
abhisheknovoic authored May 22, 2020
2 parents 304349d + 82c7a0c commit f67edf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_corenlp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f67edf9

Please sign in to comment.