We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e031c2 commit cf2346aCopy full SHA for cf2346a
src/bin/align-equal-compiled.cc
@@ -36,7 +36,7 @@ int main(int argc, char *argv[]) {
36
using fst::VectorFst;
37
using fst::StdArc;
38
39
- const char *usage = "Write an equally spaced alignment (for getting training started)"
+ const char *usage = "Write an equally spaced alignment (for getting training started)\n"
40
"Usage: align-equal-compiled <graphs-rspecifier> <features-rspecifier> <alignments-wspecifier>\n"
41
"e.g.: \n"
42
" align-equal-compiled 1.fsts scp:train.scp ark:equal.ali\n";
0 commit comments