alumae / kaldi-gstreamer-server

Real-time full-duplex speech recognition server, based on the Kaldi toolkit and the GStreamer framwork.
BSD 2-Clause "Simplified" License
1.07k stars 341 forks source link

re: Confidence scores #16

Closed rohithkodali closed 7 years ago

rohithkodali commented 9 years ago

HI alumae,

           thank a ton for the project you have created, i have started using it from a couple of weeks. i struck at getting confidence scores,  how can i get confidence scores for every word in the json file.
alumae commented 9 years ago

Confidence scores are not yet implemented.

meitals commented 7 years ago

Any plans to implement this soon? Or suggestions on how to go about implementing it? Thanks a lot!

alumae commented 7 years ago

Currently there are no plans to implement this.

alumae commented 7 years ago

Implemented in gst-kaldi-nnet2-online. 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

alumae commented 7 years ago

I decided to remove the do-word-confidences property: word confidences are now always generated for all word alignments.