Skip to content

Commit eed3fc5

Browse files
Correct some spelling mistakes (#28)
* Update index.rst (AS->ASR) * Update conformer_ctc.rst (pretraind->pretrained)
1 parent 184dbb3 commit eed3fc5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/source/installation/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Data preparation
308308
309309
$ export PYTHONPATH=/tmp/icefall:$PYTHONPATH
310310
$ cd /tmp/icefall
311-
$ cd egs/yesno/AS
311+
$ cd egs/yesno/ASR
312312
$ ./prepare.sh
313313
314314
The log of running ``./prepare.sh`` is:

docs/source/recipes/librispeech/conformer_ctc.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ After downloading, you will have the following files:
367367
| `-- lm
368368
| `-- G_4_gram.pt
369369
|-- exp
370-
| `-- pretraind.pt
370+
| `-- pretrained.pt
371371
`-- test_wavs
372372
|-- 1089-134686-0001.flac
373373
|-- 1221-135766-0001.flac
@@ -475,7 +475,7 @@ The command to run HLG decoding is:
475475
476476
$ cd egs/librispeech/ASR
477477
$ ./conformer_ctc/pretrained.py \
478-
--checkpoint ./tmp/icefall_asr_librispeech_conformer_ctc/exp/pretraind.pt \
478+
--checkpoint ./tmp/icefall_asr_librispeech_conformer_ctc/exp/pretrained.pt \
479479
--words-file ./tmp/icefall_asr_librispeech_conformer_ctc/data/lang_bpe/words.txt \
480480
--HLG ./tmp/icefall_asr_librispeech_conformer_ctc/data/lang_bpe/HLG.pt \
481481
./tmp/icefall_asr_librispeech_conformer_ctc/test_wavs/1089-134686-0001.flac \
@@ -518,7 +518,7 @@ The command to run HLG decoding + LM rescoring is:
518518
519519
$ cd egs/librispeech/ASR
520520
$ ./conformer_ctc/pretrained.py \
521-
--checkpoint ./tmp/icefall_asr_librispeech_conformer_ctc/exp/pretraind.pt \
521+
--checkpoint ./tmp/icefall_asr_librispeech_conformer_ctc/exp/pretrained.pt \
522522
--words-file ./tmp/icefall_asr_librispeech_conformer_ctc/data/lang_bpe/words.txt \
523523
--HLG ./tmp/icefall_asr_librispeech_conformer_ctc/data/lang_bpe/HLG.pt \
524524
--method whole-lattice-rescoring \
@@ -566,7 +566,7 @@ The command to run HLG decoding + LM rescoring + attention decoder rescoring is:
566566
567567
$ cd egs/librispeech/ASR
568568
$ ./conformer_ctc/pretrained.py \
569-
--checkpoint ./tmp/icefall_asr_librispeech_conformer_ctc/exp/pretraind.pt \
569+
--checkpoint ./tmp/icefall_asr_librispeech_conformer_ctc/exp/pretrained.pt \
570570
--words-file ./tmp/icefall_asr_librispeech_conformer_ctc/data/lang_bpe/words.txt \
571571
--HLG ./tmp/icefall_asr_librispeech_conformer_ctc/data/lang_bpe/HLG.pt \
572572
--method attention-decoder \

0 commit comments

Comments
 (0)