Update conformer_ctc.rst

This commit is contained in:
Mingshuang Luo 2021-10-08 20:25:29 +08:00 committed by GitHub
parent 07d5dd1a17
commit 8695fbffd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: