Skip to content

Commit 299dadc

Browse files
npoveynpovey
andauthored
change [utter] to [utterance.] in data_prep.dox (#4795)
Co-authored-by: npovey <[email protected]>
1 parent 727e454 commit 299dadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/data_prep.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ get mapped to a word specified in the file data/lang/oov.txt.
109109
It needs to be the case that when you sort both the utt2spk and spk2utt files,
110110
the orders "agree", e.g. the list of speaker-ids extracted from the utt2spk file
111111
is the same as the string sorted order. The easiest way to make this happen is
112-
to make the speaker-ids a prefix of the utter Although, in this particular
112+
to make the speaker-ids a prefix of the utterrance. Although, in this particular
113113
example we have used an underscore to separate the "speaker" and "utterance"
114114
parts of the utterance-id, in general it is probably safer to use a dash ("-").
115115
This is because it has a lower ASCII value; if the speaker-ids vary in length,

0 commit comments

Comments
 (0)