update readme

This commit is contained in:
nl 2020-09-30 18:02:37 +08:00
parent 1998073679
commit 9639d08d61
2 changed files with 10 additions and 2 deletions

View File

@ -8,7 +8,7 @@
**ReadMe Language** | 中文版 | [English](https://github.com/nl8590687/ASRT_SpeechRecognition/blob/master/README_EN.md) |
[**查看本项目的Wiki文档**](https://asrt.ailemon.me/docs/)
[**ASRT项目主页**](https://asrt.ailemon.me/) | [**发布版下载**](https://asrt.ailemon.me/download) | [**查看本项目的Wiki文档**](https://asrt.ailemon.me/docs/) | [**实用效果体验Demo**](https://asrt.ailemon.me/demo)
如果程序运行期间或使用中有什么问题可以及时在issue中提出来我将尽快做出答复。本项目作者交流QQ群**867888133**
@ -17,6 +17,10 @@
ASRT的原理请查看本文
* [ASRT一个中文语音识别系统](https://blog.ailemon.me/2018/08/29/asrt-a-chinese-speech-recognition-system/)
ASRT训练和部署教程请看
* [教你如何使用ASRT训练中文语音识别模型](<https://blog.ailemon.me/2020/08/20/teach-you-how-use-asrt-train-chinese-asr-model/>)
* [教你如何使用ASRT部署中文语音识别API服务器](<https://blog.ailemon.me/2020/08/27/teach-you-how-use-asrt-deploy-chinese-asr-api-server/>)
关于经常被问到的统计语言模型原理的问题,请看:
* [统计语言模型:从中文拼音到文本](https://blog.ailemon.me/2017/04/27/statistical-language-model-chinese-pinyin-to-words/)

View File

@ -7,7 +7,7 @@
**ReadMe Language** | [中文版](https://github.com/nl8590687/ASRT_SpeechRecognition/blob/master/README.md) | English |
[**View this project's wiki document (Chinese)**](https://asrt.ailemon.me/docs/)
[**ASRT Project Home Page**](https://asrt.ailemon.me/) | [**Released Download**](https://asrt.ailemon.me/download) | [**View this project's wiki document (Chinese)**](https://asrt.ailemon.me/docs/) | [**Experience Demo**](https://asrt.ailemon.me/demo)
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.
@ -16,6 +16,10 @@ You can check the [FAQ Page (Chinese)](https://asrt.ailemon.me/docs/issues) firs
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/)
About how to use ASRT to train and deploy
* [Teach you how to use ASRT to train Chinese ASR model (Chinese)](<https://blog.ailemon.me/2020/08/20/teach-you-how-use-asrt-train-chinese-asr-model/>)
* [Teach you how to use ASRT to deploy Chinese ASR API Server (Chinese)](<https://blog.ailemon.me/2020/08/27/teach-you-how-use-asrt-deploy-chinese-asr-api-server/>)
For questions about the principles of the statistical language model that are often asked, see:
* [Simple word frequency statistics without Chinese word segmentation algorithm (Chinese)](https://blog.ailemon.me/2017/02/20/simple-words-frequency-statistic-without-segmentation-algorithm/)
* [Statistical Language Model: Chinese Pinyin to Words (Chinese)](https://blog.ailemon.me/2017/04/27/statistical-language-model-chinese-pinyin-to-words/)