Skip to content

Commit

Permalink
Fix the directory for the corenlp distro
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed May 11, 2020
1 parent c18143b commit adc11b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
- export CORENLP_URL="http://nlp.stanford.edu/software/${CORENLP_VERSION}.zip"
- wget $CORENLP_URL -O corenlp400.zip
- unzip corenlp400.zip
- mv $CORENLP_VERSION $CORENLP_HOME
- mv stanford-corenlp-4.0.0 $CORENLP_HOME
- mkdir ~/stanza_test
- mkdir ~/stanza_test/in
- mkdir ~/stanza_test/out
Expand Down

0 comments on commit adc11b7

Please sign in to comment.