From e780dccb00d5a422e2d555f264dcc39596c6e341 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Fri, 13 May 2022 13:58:05 +0800 Subject: [PATCH] Typo fixes. --- egs/librispeech/ASR/local/validate_bpe_lexicon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/local/validate_bpe_lexicon.py b/egs/librispeech/ASR/local/validate_bpe_lexicon.py index 6fe5d400f..c542f2fab 100755 --- a/egs/librispeech/ASR/local/validate_bpe_lexicon.py +++ b/egs/librispeech/ASR/local/validate_bpe_lexicon.py @@ -19,7 +19,7 @@ This script checks that there are no OOV tokens in the BPE-based lexicon. Usage example: - python3 ./local/validate_lexicon.py \ + python3 ./local/validate_bpe_lexicon.py \ --lexicon /path/to/lexicon.txt \ --bpe-model /path/to/bpe.model """