diff --git a/README.md b/README.md index 9f5fe95..da1f904 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ ReadMe Language 中文版 [English](https://github.com/nl8590687/ASRT_SpeechReco ASRT的原理请查看本文:[ASRT:一个中文语音识别系统](https://blog.ailemon.me/2018/08/29/asrt-a-chinese-speech-recognition-system/) +关于经常被问到的统计语言模型原理的问题,请看:[无需中文分词算法的简单词频统计](https://blog.ailemon.me/2017/02/20/simple-words-frequency-statistic-without-segmentation-algorithm/) + ## Introduction 简介 本项目使用Keras、TensorFlow基于深度卷积神经网络和长短时记忆神经网络、注意力机制以及CTC实现。 diff --git a/README_EN.md b/README_EN.md index 2353650..b462e87 100644 --- a/README_EN.md +++ b/README_EN.md @@ -8,6 +8,8 @@ ReadMe Language [中文版](https://github.com/nl8590687/ASRT_SpeechRecognition/ A post about ASRT's introduction [ASRT: Chinese Speech Recognition System](https://blog.ailemon.me/2018/08/29/asrt-a-chinese-speech-recognition-system/) +For questions about the principles of the statistical language model that are often asked, see: [Simple word frequency statistics without Chinese word segmentation algorithm] (https://blog.ailemon.me/2017/02/20/simple-words-frequency-statistic-without-segmentation-algorithm/) + ## Introduction This project uses Keras, TensorFlow based on deep convolutional neural network and long-short memory neural network, attention mechanism and CTC to implement.