Skip to content

Commit

Permalink
Doc about word confidences
Browse files Browse the repository at this point in the history
  • Loading branch information
alumae committed Aug 9, 2017
1 parent 6c3fe1a commit 59fc66a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ GStreamer plugin that wraps Kaldi's SingleUtteranceNnet2Decoder. It requires iVe
DNN acoustic models. The iVectors are adapted to the current audio stream automatically.

# CHANGELOG
2017-08-09: Implemented word confidences. Set the `do-word-confidences=true` and also set
the `word-boundary-file=dir/word_boundary.int`, since the word confidences will be included
with the word alignment information.

2017-06-05: Now works with Kaldi 5.2 (i.e., the latest), also requires it. Decoder now also
sets test mode for dropout and batch norm layers, and uses more memory-efficient
FST representation for reading the decode graph (HCLG.fst).
Expand Down

0 comments on commit 59fc66a

Please sign in to comment.