add VT30 in README. fix working directory issue of scripts

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

View File

@ -15,6 +15,7 @@ This repository consist of these parts:
I take `zh-cn` (Chinese) as a example. Navigate to NlpTr folder first. and you will find following files.
* `VT25.zh-cn.json`
* `VT30.zh-cn.json`
* `VT35.zh-cn.json`
* `VT40.zh-cn.json`
* `VT50.zh-cn.json`

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"