Skip to content

Commit

Permalink
Fix an error in expressing column ranges in the I/O doc. (kaldi-asr#4726
Browse files Browse the repository at this point in the history
)
  • Loading branch information
csukuangfj authored Apr 13, 2022
1 parent d7877b8 commit 6e633c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/io.dox
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ namespace kaldi {
\endverbatim
and if you just want to express a column range, you can leave the row-range blank, as follows:
\verbatim
utt_id_01002 foo.ark:89142[,89:100]
utt_id_01002 foo.ark:89142[:,89:100]
\endverbatim

\subsection io_sec_scp_details How Kaldi processes lines of scp files
Expand Down

0 comments on commit 6e633c9

Please sign in to comment.