From ea69b3ec9d9b2d0da40520efc09fb8d51db9007f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Va=C5=A1ek?= Date: Fri, 10 May 2024 07:21:01 +0200 Subject: [PATCH] Update asr_inference_with_ctc_decoder_tutorial.py fixes typo in lexicon filename --- examples/tutorials/asr_inference_with_ctc_decoder_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorials/asr_inference_with_ctc_decoder_tutorial.py b/examples/tutorials/asr_inference_with_ctc_decoder_tutorial.py index 624cd8066a..431a52285e 100644 --- a/examples/tutorials/asr_inference_with_ctc_decoder_tutorial.py +++ b/examples/tutorials/asr_inference_with_ctc_decoder_tutorial.py @@ -149,7 +149,7 @@ # # .. code-block:: # -# # lexcion.txt +# # lexicon.txt # a a | # able a b l e | # about a b o u t |