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

Word-level confidence #78

Closed arielvsp closed 7 years ago

arielvsp commented 7 years ago

Hi there, Is that possible to get a word-level confidence in recognition response? If so, how can this be achieved? If not, maybe I can contribute by adding it (but I may need some advice along the way). Thanks! Ariel

alumae commented 7 years ago

Implemented in gst-kaldi-nnet2-online. Now, word confidence scores can be included with word alignment information in the full results.

arielvsp commented 7 years ago

Great, thank you!