diff --git a/docs/source/recipes/librispeech/conformer_ctc.rst b/docs/source/recipes/librispeech/conformer_ctc.rst index 764afc93b..735e6376a 100644 --- a/docs/source/recipes/librispeech/conformer_ctc.rst +++ b/docs/source/recipes/librispeech/conformer_ctc.rst @@ -292,9 +292,9 @@ The commonly used options are: - ``--method`` - This specifies the decoding method. This script support seven decoding methods. As for ctc decoding, - it uses a sentence piece model to convert word pieces to words. And it needs neither a lexicon - nor an n-gram LM. + This specifies the decoding method. This script support seven decoding methods. + As for ctc decoding, it uses a sentence piece model to convert word pieces to words. + And it needs neither a lexicon nor an n-gram LM. For example, the following command uses CTC topology for rescoring: