From 680611917272d093e356231d33260a9aee168225 Mon Sep 17 00:00:00 2001
From: nl <3210346136@qq.com>
Date: Tue, 9 Nov 2021 21:41:06 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E9=93=BE=E6=8E=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 20 ++++++++++----------
README_EN.md | 16 ++++++++--------
2 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/README.md b/README.md
index d6ef62f..ef665ec 100644
--- a/README.md
+++ b/README.md
@@ -29,29 +29,29 @@ ASRT是一个基于深度学习的中文语音识别系统,如果您觉得喜
请注意,开发者并没有义务回复您的问题,也没用义务免费给你打工,您应该具备基本的提问技巧,并善用搜索引擎,
每个人的时间都是宝贵的。
```
-有关AI柠檬ASRT语音项目的相关信息亦可使用[AI柠檬站内搜索引擎](https://s.ailemon.me/)进行相关信息的搜索。
+有关AI柠檬ASRT语音项目的相关信息亦可使用[AI柠檬站内搜索引擎](https://s.ailemon.net/)进行相关信息的搜索。
## ASRT相关资料
ASRT的原理请查看本文:
-* [ASRT:一个中文语音识别系统](https://blog.ailemon.me/2018/08/29/asrt-a-chinese-speech-recognition-system/)
+* [ASRT:一个中文语音识别系统](https://blog.ailemon.net/2018/08/29/asrt-a-chinese-speech-recognition-system/)
ASRT训练和部署教程请看:
-* [教你如何使用ASRT训练中文语音识别模型]()
-* [教你如何使用ASRT部署中文语音识别API服务器]()
+* [教你如何使用ASRT训练中文语音识别模型]()
+* [教你如何使用ASRT部署中文语音识别API服务器]()
关于经常被问到的统计语言模型原理的问题,请看:
-* [统计语言模型:从中文拼音到文本](https://blog.ailemon.me/2017/04/27/statistical-language-model-chinese-pinyin-to-words/)
-* [统计N元语言模型生成算法:简单中文词频统计](https://blog.ailemon.me/2017/02/20/simple-words-frequency-statistic-without-segmentation-algorithm/)
+* [统计语言模型:从中文拼音到文本](https://blog.ailemon.net/2017/04/27/statistical-language-model-chinese-pinyin-to-words/)
+* [统计N元语言模型生成算法:简单中文词频统计](https://blog.ailemon.net/2017/02/20/simple-words-frequency-statistic-without-segmentation-algorithm/)
关于CTC的问题请看:
-* [[翻译]使用CTC进行序列建模]()
+* [[翻译]使用CTC进行序列建模]()
-更多内容请访问作者的博客:[AI柠檬博客](https://blog.ailemon.me/)
+更多内容请访问作者的博客:[AI柠檬博客](https://blog.ailemon.net/)
-或使用[AI柠檬站内搜索引擎](https://s.ailemon.me/)进行相关信息的搜索
+或使用[AI柠檬站内搜索引擎](https://s.ailemon.net/)进行相关信息的搜索
## Introduction 简介
@@ -159,7 +159,7 @@ $ pip install -r requirements.txt
## Data Sets 数据集
-[几个最新免费开源的中文语音数据集](https://blog.ailemon.me/2018/11/21/free-open-source-chinese-speech-datasets/)
+[几个最新免费开源的中文语音数据集](https://blog.ailemon.net/2018/11/21/free-open-source-chinese-speech-datasets/)
* **清华大学THCHS30中文语音数据集**
diff --git a/README_EN.md b/README_EN.md
index 9d3c734..1b37763 100644
--- a/README_EN.md
+++ b/README_EN.md
@@ -17,21 +17,21 @@ If you have any questions in your works with this project, welcome to put up iss
You can check the [FAQ Page (Chinese)](https://asrt.ailemon.net/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/)
+* [ASRT: Chinese Speech Recognition System (Chinese)](https://blog.ailemon.net/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)]()
-* [Teach you how to use ASRT to deploy Chinese ASR API Server (Chinese)]()
+* [Teach you how to use ASRT to train Chinese ASR model (Chinese)]()
+* [Teach you how to use ASRT to deploy Chinese ASR API Server (Chinese)]()
For questions about the principles of the statistical language model that are often asked, see:
-* [Simple Chinese word frequency statistics to generate N-gram language model (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/)
+* [Simple Chinese word frequency statistics to generate N-gram language model (Chinese)](https://blog.ailemon.net/2017/02/20/simple-words-frequency-statistic-without-segmentation-algorithm/)
+* [Statistical Language Model: Chinese Pinyin to Words (Chinese)](https://blog.ailemon.net/2017/04/27/statistical-language-model-chinese-pinyin-to-words/)
For questions about CTC, see:
-* [[Translation] Sequence Modeling with CTC (Chinese)]()
+* [[Translation] Sequence Modeling with CTC (Chinese)]()
-For more infomation please refer to author's blog website: [AILemon Blog](https://blog.ailemon.me/) (Chinese)
+For more infomation please refer to author's blog website: [AILemon Blog](https://blog.ailemon.net/) (Chinese)
## Introduction
@@ -141,7 +141,7 @@ $ pip install -r requirements.txt
## Data Sets
-[Some free Chinese speech datasets (Chinese)](https://blog.ailemon.me/2018/11/21/free-open-source-chinese-speech-datasets/)
+[Some free Chinese speech datasets (Chinese)](https://blog.ailemon.net/2018/11/21/free-open-source-chinese-speech-datasets/)
* **Tsinghua University THCHS30 Chinese voice data set**