From 8695fbffd09f65dc4a987b5edd30cea8f00efa39 Mon Sep 17 00:00:00 2001 From: Mingshuang Luo <37799481+luomingshuang@users.noreply.github.com> Date: Fri, 8 Oct 2021 20:25:29 +0800 Subject: [PATCH] Update conformer_ctc.rst --- docs/source/recipes/librispeech/conformer_ctc.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: