Skip to content

Commit

Permalink
[scripts,minor] Fix typo in comment (kaldi-asr#3338)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shujian2015 authored and danpovey committed Jun 19, 2019
1 parent 485c248 commit e3ece34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rnnlm/get_unigram_probs.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
help="File that specifies multiplicities and weights for each data source: "
"e.g. if <text_dir> contains foo.txt and bar.txt, then should have lines "
"like 'foo 1 0.5' and 'bar 5 1.5'. These "
"don't have to sum to on.")
"don't have to sum to one.")
parser.add_argument("--smooth-unigram-counts", type=float, default=1.0,
help="Specify the constant for smoothing. We will add "
"(smooth_unigram_counts * num_words_with_non_zero_counts / vocab_size) "
Expand Down

0 comments on commit e3ece34

Please sign in to comment.