make experiment dir

This commit is contained in:
chenfeiyu 2021-07-01 15:55:28 +08:00
parent 577c3b4f10
commit e6554abe05
1 changed files with 1 additions and 0 deletions

View File

@ -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..."