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 342 forks source link

How to get acoustic scores during decoding #185

Open yangxueruivs opened 5 years ago

yangxueruivs commented 5 years ago

Hi alumae,

I plan to use rnnlm for rescoring the n-best sentences. However, I found that the acoustic scores are not generated and thus a combination of lm score and acoustic score cannot be computed. How can I get these scores?

alumae commented 5 years ago

I think you have to modify the code on the Kaldi Gstreamer component.