mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 01:52:41 +00:00
fix typos
This commit is contained in:
parent
bdbf196372
commit
a68a2d835d
@ -5,9 +5,9 @@
|
|||||||
This script takes the following two files as inputs:
|
This script takes the following two files as inputs:
|
||||||
|
|
||||||
- text
|
- 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:
|
## Motivation to have this file:
|
||||||
|
|
||||||
@ -40,7 +40,7 @@ def get_args():
|
|||||||
required=True,
|
required=True,
|
||||||
help="""We assume there is a file named recordings.jsonl.gz
|
help="""We assume there is a file named recordings.jsonl.gz
|
||||||
in this directory. We will save supervisions.jsonl.gz
|
in this directory. We will save supervisions.jsonl.gz
|
||||||
to this file
|
to this directory.
|
||||||
""",
|
""",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user