From 5ff647e226d954c63b6cc8ecd5bb36d5f2cc5cff Mon Sep 17 00:00:00 2001 From: marcoyang1998 <45973641+marcoyang1998@users.noreply.github.com> Date: Thu, 29 Jun 2023 12:08:02 +0800 Subject: [PATCH] Update docs/source/decoding-with-langugage-models/LODR.rst Co-authored-by: Fangjun Kuang --- docs/source/decoding-with-langugage-models/LODR.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/decoding-with-langugage-models/LODR.rst b/docs/source/decoding-with-langugage-models/LODR.rst index 57a8ea1e1..e44d07bb3 100644 --- a/docs/source/decoding-with-langugage-models/LODR.rst +++ b/docs/source/decoding-with-langugage-models/LODR.rst @@ -23,7 +23,7 @@ of langugae model integration. .. note:: - For simplicity, the training and testing corpus in this tutorial is the same (`LibriSpeech`_). However, + For simplicity, the training and testing corpus in this tutorial are the same (`LibriSpeech`_). However, you can change the testing set to any other domains (e.g GigaSpeech) and prepare the language models using that corpus.