更新贡献者名单
This commit is contained in:
parent
a37ce68e2f
commit
4ef5fa32e2
16
README.md
16
README.md
|
@ -137,13 +137,13 @@ Python的依赖库
|
|||
[OpenSLR国内镜像](<http://cn-mirror.openslr.org/resources/33/data_aishell.tgz>)
|
||||
[OpenSLR国外镜像](<http://www.openslr.org/resources/33/data_aishell.tgz>)
|
||||
|
||||
注:数据集解压方法
|
||||
注:数据集解压方法
|
||||
|
||||
```
|
||||
$ tar xzf data_aishell.tgz
|
||||
$ cd data_aishell/wav
|
||||
$ for tar in *.tar.gz; do tar xvf $tar; done
|
||||
```
|
||||
```
|
||||
$ tar xzf data_aishell.tgz
|
||||
$ cd data_aishell/wav
|
||||
$ for tar in *.tar.gz; do tar xvf $tar; done
|
||||
```
|
||||
|
||||
* **Primewords Chinese Corpus Set 1**
|
||||
|
||||
|
@ -159,7 +159,9 @@ $ for tar in *.tar.gz; do tar xvf $tar; done
|
|||
日志链接:[进展日志](https://github.com/nl8590687/ASRT_SpeechRecognition/blob/master/log.md)
|
||||
|
||||
## Contributors 贡献者们
|
||||
@ZJUGuoShuai @williamchenwl
|
||||
|
||||
[@zw76859420](https://github.com/zw76859420)
|
||||
@madeirak @ZJUGuoShuai @williamchenwl
|
||||
|
||||
@nl8590687 (repo owner)
|
||||
|
||||
|
|
15
README_EN.md
15
README_EN.md
|
@ -133,13 +133,13 @@ However, as the current international and domestic teams can achieve 98%, the ac
|
|||
data_aishell.tgz
|
||||
[Download](<http://www.openslr.org/resources/33/data_aishell.tgz>)
|
||||
|
||||
Note:unzip this dataset
|
||||
Note:unzip this dataset
|
||||
|
||||
```
|
||||
$ tar xzf data_aishell.tgz
|
||||
$ cd data_aishell/wav
|
||||
$ for tar in *.tar.gz; do tar xvf $tar; done
|
||||
```
|
||||
```
|
||||
$ tar xzf data_aishell.tgz
|
||||
$ cd data_aishell/wav
|
||||
$ for tar in *.tar.gz; do tar xvf $tar; done
|
||||
```
|
||||
|
||||
* **Primewords Chinese Corpus Set 1**
|
||||
|
||||
|
@ -155,7 +155,8 @@ If the provided dataset link cannot be opened and downloaded, click this link [O
|
|||
Links: [Progress Logs](https://github.com/nl8590687/ASRT_SpeechRecognition/blob/master/log.md)
|
||||
|
||||
## Contributors
|
||||
@ZJUGuoShuai @williamchenwl
|
||||
[@zw76859420](https://github.com/zw76859420)
|
||||
@madeirak @ZJUGuoShuai @williamchenwl
|
||||
|
||||
@nl8590687 (repo owner)
|
||||
|
||||
|
|
Loading…
Reference in New Issue