make experiment dir
This commit is contained in:
parent
577c3b4f10
commit
e6554abe05
|
@ -1,5 +1,6 @@
|
|||
EXP_DIR=exp
|
||||
|
||||
mkdir -p $EXP_DIR
|
||||
LEXICON_NAME='simple'
|
||||
if [ ! -f "$EXP_DIR/$LEXICON_NAME.lexicon" ]; then
|
||||
echo "generating lexicon..."
|
||||
|
|
Loading…
Reference in New Issue