Skip to content
Snippets Groups Projects
Commit 149437ab authored by Franck Dary's avatar Franck Dary
Browse files

Alow multiple .w2v files in prepareExeperiment.sh

parent c7616012
Branches
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ if [ ! -d "bin/$EXPNAME" ]; then ...@@ -73,7 +73,7 @@ if [ ! -d "bin/$EXPNAME" ]; then
if [ -f "$TEST" ]; then if [ -f "$TEST" ]; then
cp -P $TEST bin/$EXPNAME/data/test.conllu cp -P $TEST bin/$EXPNAME/data/test.conllu
fi fi
if [ -f "$W2V" ]; then if [ ! -z "$W2V" ]; then
mkdir -p bin/$EXPNAME/data/W2V/ mkdir -p bin/$EXPNAME/data/W2V/
cp -P $W2V bin/$EXPNAME/data/W2V/ cp -P $W2V bin/$EXPNAME/data/W2V/
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment