--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+...@googlegroups.com.
To post to this group, send email to kaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/fc86a3d5-207b-4726-941d-25d52def0840%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You could try doing MBR on the non-determinized lattice (just convert to CompactLattice without determinizing) and see what it gives you.At some point in the next few weeks I hope to merge some work done mostly by Zhehuai Chen on incremental determinization, which will make it much cheaper to get the determinized lattice incrementally.
On Wed, Jun 19, 2019 at 6:24 PM Yi Sun <ros...@gmail.com> wrote:
Hi,--I am wondering whether it is possible to get a reasonable confidence measure very quickly on the partial result produced by online lattice fast decoder.From my understanding, to get word level confidence, one need to1. Copy raw lattice out (no const accessor)2. Convert raw lattice into a compact lattice (determinization, etc.)3. Calculate MBR on the compact lattice.This process seems to be quite expensive if we want to use it on partial results. In our use case, we produce partial result every 0.1 to 0.2s (using GetBestPath)ThanksYi
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+...@googlegroups.com.
To post to this group, send email to kaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/3160d26b-f41c-4511-8bcd-a7d4f9c2fc41%40googlegroups.com.