gooofy / py-kaldi-asr

Some simple wrappers around kaldi-asr intended to make using kaldi's (online) decoders as convenient as possible.
Apache License 2.0
170 stars 56 forks source link

Is there any script that can output the resulting lattice? #18

Closed svenha closed 6 years ago

svenha commented 6 years ago

The reason for asking is that the metric of lattice oracle accuracy (i.e. best accuracy achieved by any path in the lattice) is for some use cases much more useful than word error rate (WER) or sentence error rate (SER). Such use cases are: rescoring lattice with dialog history, rescoring lattice with parsing results etc.

gooofy commented 6 years ago

I am not aware of such a feature in py-kaldi-asr. However, kaldi itself comes with lots of example scripts and programs, so those might be worth checking out.