[doc] Fix typos. (#31)

This commit is contained in:
Fangjun Kuang 2021-09-02 07:12:37 +08:00 committed by GitHub
parent 5baa6a9f1c
commit 331e5eb7ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -303,7 +303,7 @@ The commonly used options are:
- ``--lattice-score-scale``
It is used to scaled down lattice scores so that we can more unique
It is used to scale down lattice scores so that there are more unique
paths for rescoring.
- ``--max-duration``
@ -314,7 +314,7 @@ The commonly used options are:
Pre-trained Model
-----------------
We have uploaded the pre-trained model to
We have uploaded a pre-trained model to
`<https://huggingface.co/pkufool/icefall_asr_librispeech_conformer_ctc>`_.
We describe how to use the pre-trained model to transcribe a sound file or
@ -397,7 +397,7 @@ After downloading, you will have the following files:
- ``data/lm/G_4_gram.pt``
It is a 4-gram LM, useful for LM rescoring.
It is a 4-gram LM, used for n-gram LM rescoring.
- ``exp/pretrained.pt``