tal_csasr / README.md
csukuangfj's picture
update readme
36545d8
# Introduction
Downloaded from
http://www.speechhome.com/resources/1529658770177789952/document
## Split
```bash
split -b 3G ./TAL_CSASR.tar "TAL_CSASR.tar.part"
```
## Merge
```bash
cat TAL_CSASR.tar.parta* > TAL_CSASR.tar
```