add VT30 in README. fix working directory issue of scripts

This commit is contained in:
2023-07-25 15:44:50 +08:00
parent 078a2220d6
commit 7b150f417e
4 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,4 @@ mkdir out
cd out
cmake ..
make
cd ../..

View File

@ -14,3 +14,4 @@ do
../../NlpCodec/out/NlpCodec encode $txt_file $nlp_file
fi
done
cd ../..

View File

@ -10,6 +10,7 @@ fi
cd NlpTr
cp VT25.template.json "VT25."$1".json"
cp VT30.template.json "VT30."$1".json"
cp VT35.template.json "VT35."$1".json"
cp VT40.template.json "VT40."$1".json"
cp VT50.template.json "VT50."$1".json"