Skip to content

Commit

Permalink
Use correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
whiterabbit1983 committed Mar 22, 2021
1 parent 4a2cb0b commit affa552
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/setup/get_conceptnet_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ wget https://ttic.uchicago.edu/~kgimpel/comsense_resources/dev1.txt.gz -P data/c
wget https://ttic.uchicago.edu/~kgimpel/comsense_resources/dev2.txt.gz -P data/conceptnet/
wget https://ttic.uchicago.edu/~kgimpel/comsense_resources/test.txt.gz -P data/conceptnet/

gunzip train100k.txt.gz
gunzip dev1.txt.gz
gunzip dev2.txt.gz
gunzip test.txt.gz
gunzip data/conceptnet/train100k.txt.gz
gunzip data/conceptnet/dev1.txt.gz
gunzip data/conceptnet/dev2.txt.gz
gunzip data/conceptnet/test.txt.gz

0 comments on commit affa552

Please sign in to comment.