Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/bin/ali-to-pdf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ int main(int argc, char *argv[]) {
"Converts alignments (containing transition-ids) to pdf-ids, zero-based.\n"
"Usage: ali-to-pdf [options] <model> <alignments-rspecifier> <pdfs-wspecifier>\n"
"e.g.: \n"
" ali-to-pdf 1.mdl ark:1.ali ark, t:-\n";
" ali-to-pdf 1.mdl ark:1.ali ark,t:-\n";
ParseOptions po(usage);

po.Read(argc, argv);
Expand Down
2 changes: 1 addition & 1 deletion src/doc/tree_externals.dox
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ the questions configuration class would be output by the compile-questions
program, which takes in a topology list of phonetic questions (in our
scripts, these are automatically obtained from tree-building statistics
by the program cluster-phones. The roots file specifies sets of phones
that are goint to have shared roots in the decision-tree clustering process, and says
that are going to have shared roots in the decision-tree clustering process, and says
for each phone set the following two things:

- "shared" or "not-shared" says whether or not there should be separate roots
Expand Down