diff --git a/README.md b/README.md index e187cf5..0865ed1 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ ASRT训练和部署教程请看: 关于经常被问到的统计语言模型原理的问题,请看: * [统计语言模型:从中文拼音到文本](https://blog.ailemon.me/2017/04/27/statistical-language-model-chinese-pinyin-to-words/) -* [无需中文分词算法的简单词频统计](https://blog.ailemon.me/2017/02/20/simple-words-frequency-statistic-without-segmentation-algorithm/) +* [统计N元语言模型生成算法:简单中文词频统计](https://blog.ailemon.me/2017/02/20/simple-words-frequency-statistic-without-segmentation-algorithm/) 关于CTC的问题请看: diff --git a/README_EN.md b/README_EN.md index d9a8cc1..eb36cfd 100644 --- a/README_EN.md +++ b/README_EN.md @@ -21,7 +21,7 @@ About how to use ASRT to train and deploy: * [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 word frequency statistics without Chinese word segmentation algorithm (Chinese)](https://blog.ailemon.me/2017/02/20/simple-words-frequency-statistic-without-segmentation-algorithm/) +* [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/) For questions about CTC, see: