Skip to content

Commit 6be3696

Browse files
author
kkm
committedMar 23, 2016
Up-to-date parameter description and usage example for arpa2fst
1 parent a6f3b82 commit 6be3696

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎src/lmbin/arpa2fst.cc

+4-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ int main(int argc, char *argv[]) {
2828
using namespace kaldi;
2929
try {
3030
const char *usage =
31-
"Converts an ARPA format language model into a FST\n"
32-
"Usage: arpa2fst [opts] (input_arpa|-) [output_fst|-]\n";
31+
"Convert an ARPA format language model into an FST\n"
32+
"Usage: arpa2fst [opts] <input_arpa> <output_fst>\n"
33+
" e.g.: arpa2fst --disambig-symbol=#0 --read-symbol-table="
34+
"data/lang/words.txt lm/input.arpa G.fst\n";
3335
ParseOptions po(usage);
3436

3537
// Option flags.

0 commit comments

Comments
 (0)
Please sign in to comment.