update readme
This commit is contained in:
parent
20f9a9c0fb
commit
b2ba6318cd
|
@ -8,11 +8,11 @@
|
|||
|
||||
**ReadMe Language** | 中文版 | [English](https://github.com/nl8590687/ASRT_SpeechRecognition/blob/master/README_EN.md) |
|
||||
|
||||
[**查看本项目的Wiki文档**](https://github.com/nl8590687/ASRT_SpeechRecognition/wiki)
|
||||
[**查看本项目的Wiki文档**](https://asrt.ailemon.me/docs/)
|
||||
|
||||
如果程序运行期间或使用中有什么问题,可以及时在issue中提出来,我将尽快做出答复。本项目作者交流QQ群:**867888133**
|
||||
|
||||
提问前可以先 [查看常见问题](https://github.com/nl8590687/ASRT_SpeechRecognition/wiki/issues) 避免重复提问
|
||||
提问前可以先 [查看常见问题](https://asrt.ailemon.me/docs/issues) 避免重复提问
|
||||
|
||||
ASRT的原理请查看本文:
|
||||
* [ASRT:一个中文语音识别系统](https://blog.ailemon.me/2018/08/29/asrt-a-chinese-speech-recognition-system/)
|
||||
|
@ -95,6 +95,8 @@ CNN + LSTM/GRU + CTC
|
|||
|
||||
可以在Github本仓库下[releases](https://github.com/nl8590687/ASRT_SpeechRecognition/releases)里面的查看发布的各个版本软件的压缩包里获得包含已经训练好模型参数的完整源程序。
|
||||
|
||||
发布的成品软件可以在此下载:[ASRT下载页面](https://asrt.ailemon.me/download)
|
||||
|
||||
### Language Model 语言模型
|
||||
|
||||
基于概率图的最大熵隐马尔可夫模型
|
||||
|
@ -198,7 +200,7 @@ Python的依赖库
|
|||
|
||||
## License 开源许可协议
|
||||
|
||||
[GPL v3.0](LICENSE) © [nl8590687](https://github.com/nl8590687)
|
||||
[GPL v3.0](LICENSE) © [nl8590687](https://github.com/nl8590687) 作者:[AI柠檬](https://ailemon.me/)
|
||||
|
||||
## Contributors 贡献者们
|
||||
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
|
||||
**ReadMe Language** | [中文版](https://github.com/nl8590687/ASRT_SpeechRecognition/blob/master/README.md) | English |
|
||||
|
||||
[**View this project's wiki document (Chinese)**](https://github.com/nl8590687/ASRT_SpeechRecognition/wiki)
|
||||
[**View this project's wiki document (Chinese)**](https://asrt.ailemon.me/docs/)
|
||||
|
||||
If you have any questions in your works with this project, welcome to put up issues in this repo and I will response as soon as possible.
|
||||
|
||||
You can check the [FAQ Page (Chinese)](https://github.com/nl8590687/ASRT_SpeechRecognition/wiki/issues) first before asking questions to avoid repeating questions.
|
||||
You can check the [FAQ Page (Chinese)](https://asrt.ailemon.me/docs/issues) first before asking questions to avoid repeating questions.
|
||||
|
||||
A post about ASRT's introduction
|
||||
* [ASRT: Chinese Speech Recognition System (Chinese)](https://blog.ailemon.me/2018/08/29/asrt-a-chinese-speech-recognition-system/)
|
||||
|
@ -96,6 +96,8 @@ The maximum length of the input audio is 16 seconds, and the output is the corre
|
|||
|
||||
The complete source program that includes trained model weights can be obtained from the archives of the various versions of the software released in the [releases](https://github.com/nl8590687/ASRT_SpeechRecognition/releases) page of Github.
|
||||
|
||||
The released finished software can be downloaded here: [ASRT download page](https://asrt.ailemon.me/download)
|
||||
|
||||
### Language Model
|
||||
|
||||
Maximum Entropy Hidden Markov Model Based on Probability Graph.
|
||||
|
@ -187,7 +189,7 @@ If the provided dataset link cannot be opened and downloaded, click this link [O
|
|||
|
||||
## License
|
||||
|
||||
[GPL v3.0](LICENSE) © [nl8590687](https://github.com/nl8590687)
|
||||
[GPL v3.0](LICENSE) © [nl8590687](https://github.com/nl8590687) Author: [ailemon](https://ailemon.me/)
|
||||
|
||||
## Contributors
|
||||
[@zw76859420](https://github.com/zw76859420)
|
||||
|
|
Loading…
Reference in New Issue