From a68a2d835d7c2aa5a2d0bde2fc5fe185c689e7fa Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Mon, 15 May 2023 16:51:36 +0800 Subject: [PATCH] fix typos --- icefall/shared/text_to_supervision.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icefall/shared/text_to_supervision.py b/icefall/shared/text_to_supervision.py index 0d4c377ea..1904a3f7a 100755 --- a/icefall/shared/text_to_supervision.py +++ b/icefall/shared/text_to_supervision.py @@ -5,9 +5,9 @@ This script takes the following two files as inputs: - text -- recordings.jsonl.gz +- A manifest dir, which must contain a file with name recordings.jsonl.gz -and generates a file supervisions.jsonl.gz +and generates a file supervisions.jsonl.gz in the given manifest dir. ## Motivation to have this file: @@ -40,7 +40,7 @@ def get_args(): required=True, help="""We assume there is a file named recordings.jsonl.gz in this directory. We will save supervisions.jsonl.gz - to this file + to this directory. """, )