From 90512c39642c1c72edad7ae438bfa6d4c694cd56 Mon Sep 17 00:00:00 2001 From: Hui Zhang Date: Thu, 13 May 2021 19:26:26 +0800 Subject: [PATCH] Fix readme install link (#610) --- README.md | 4 ++-- README_cn.md | 4 ++-- doc/src/ngram_lm.md | 2 -- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fd2ab06d..ae4d3e12 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Please see [Getting Started](docs/src/geting_started.md) and [tiny egs](examples ## More Information * [Install](docs/src/install.md) -* [Getting Started](docs/src/geting_stared.md) +* [Getting Started](docs/src/getting_started.md) * [Data Prepration](docs/src/data_preparation.md) * [Data Augmentation](docs/src/augmentation.md) * [Ngram LM](docs/src/ngram_lm.md) @@ -52,4 +52,4 @@ DeepSpeech is provided under the [Apache-2.0 License](./LICENSE). ## Acknowledgement -We depends on many open source repos. See [References](docs/src/reference.md) for more information. +We depends on many open source repos. See [References](docs/src/reference.md) for more information. \ No newline at end of file diff --git a/README_cn.md b/README_cn.md index f124ccf0..3a77849d 100644 --- a/README_cn.md +++ b/README_cn.md @@ -31,7 +31,7 @@ ## 更多信息 * [安装](docs/src/install.md) -* [开始](docs/src/geting_stared.md) +* [开始](docs/src/getting_started.md) * [数据处理](docs/src/data_preparation.md) * [数据增强](docs/src/augmentation.md) * [语言模型](docs/src/ngram_lm.md) @@ -50,4 +50,4 @@ DeepSpeech遵循[Apache-2.0开源协议](./LICENSE)。 ## 感谢 -开发中参考一些优秀的仓库,详情参见 [References](docs/src/reference.md)。 +开发中参考一些优秀的仓库,详情参见 [References](docs/src/reference.md)。 \ No newline at end of file diff --git a/doc/src/ngram_lm.md b/doc/src/ngram_lm.md index 7bf21f89..119a3b21 100644 --- a/doc/src/ngram_lm.md +++ b/doc/src/ngram_lm.md @@ -1,7 +1,5 @@ # Ngram LM - - ## Prepare Language Model A language model is required to improve the decoder's performance. We have prepared two language models (with lossy compression) for users to download and try. One is for English and the other is for Mandarin. The bash script to download LM is example's `local/download_lm_*.sh`. -- GitLab