add VT30 in README. fix working directory issue of scripts
This commit is contained in:
parent
078a2220d6
commit
7b150f417e
@ -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`
|
||||
|
@ -3,3 +3,4 @@ mkdir out
|
||||
cd out
|
||||
cmake ..
|
||||
make
|
||||
cd ../..
|
||||
|
@ -14,3 +14,4 @@ do
|
||||
../../NlpCodec/out/NlpCodec encode $txt_file $nlp_file
|
||||
fi
|
||||
done
|
||||
cd ../..
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user