From 8be9f0d5628fd24c0146ffe6c82ce8a1ca78ac5c Mon Sep 17 00:00:00 2001 From: marcoyang1998 <45973641+marcoyang1998@users.noreply.github.com> Date: Thu, 29 Jun 2023 12:10:00 +0800 Subject: [PATCH] Update docs/source/decoding-with-langugage-models/shallow-fusion.rst Co-authored-by: Fangjun Kuang --- docs/source/decoding-with-langugage-models/shallow-fusion.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/decoding-with-langugage-models/shallow-fusion.rst b/docs/source/decoding-with-langugage-models/shallow-fusion.rst index 8b226efc0..72ad43a2c 100644 --- a/docs/source/decoding-with-langugage-models/shallow-fusion.rst +++ b/docs/source/decoding-with-langugage-models/shallow-fusion.rst @@ -18,7 +18,7 @@ to improve the word-error-rate of a RNN Transducer model. .. note:: For simplicity, the training and testing corpus in this tutorial is the same (`LibriSpeech`_). However, you can change the testing set - to any other domains (e.g GigaSpeech) and use an external LM trained on that domain. + to any other domains (e.g `GigaSpeech`_) and use an external LM trained on that domain. .. HINT::