未验证 提交 90512c39 编写于 作者: H Hui Zhang 提交者: GitHub

Fix readme install link (#610)

上级 a12b1678
...@@ -31,7 +31,7 @@ Please see [Getting Started](docs/src/geting_started.md) and [tiny egs](examples ...@@ -31,7 +31,7 @@ Please see [Getting Started](docs/src/geting_started.md) and [tiny egs](examples
## More Information ## More Information
* [Install](docs/src/install.md) * [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 Prepration](docs/src/data_preparation.md)
* [Data Augmentation](docs/src/augmentation.md) * [Data Augmentation](docs/src/augmentation.md)
* [Ngram LM](docs/src/ngram_lm.md) * [Ngram LM](docs/src/ngram_lm.md)
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
## 更多信息 ## 更多信息
* [安装](docs/src/install.md) * [安装](docs/src/install.md)
* [开始](docs/src/geting_stared.md) * [开始](docs/src/getting_started.md)
* [数据处理](docs/src/data_preparation.md) * [数据处理](docs/src/data_preparation.md)
* [数据增强](docs/src/augmentation.md) * [数据增强](docs/src/augmentation.md)
* [语言模型](docs/src/ngram_lm.md) * [语言模型](docs/src/ngram_lm.md)
......
# Ngram LM # Ngram LM
## Prepare Language Model ## 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`. 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`.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册