From: Daniel P. <dp...@gm...> - 2013-03-10 16:24:18
|
It's a shame that you're using the older versions of the script. Currently the "s5" scripts are the canonical ones. Your issue with times greater than the length of the file is very unexpected. This is not the kind of error I would expect to ever arise. RE getting the N-best or 1-best sequences-- the programs lattice-nbest and lattice-1best are relevant here; they output stuff in the regular lattice format, and you can then put them through lattice-word-align (old scripts) or lattice-align-words (new scripts), and convert the output to, say, ctm format-- you can check the scripts for how to convert to ctm format, it's something like lattice-to-ctm, but there are scripts such as get_ctm.sh and get_train_ctm.sh in s5. Dan On Sat, Mar 9, 2013 at 8:41 PM, Kartik Audhkhasi <aud...@us...> wrote: > Hello, > > I am working with Kaldi lattices and used the walign_lats.sh script to get > times on nodes. I am using position dependent phones and believe that all > required files are in place. However, I see that some frame numbers (in > units of 10ms) exceed the total length of the file. Do you have any > suggestions as to what could be going wrong? > > Also: Is there an easy way to get the N-best or 1-best sequences with word > boundaries? > > Thanks, > Kartik > > -- > Kartik Audhkhasi > > > ------------------------------------------------------------------------------ > Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester > Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the > endpoint security space. For insight on selecting the right partner to > tackle endpoint security challenges, access the full report. > http://p.sf.net/sfu/symantec-dev2dev > _______________________________________________ > Kaldi-developers mailing list > Kal...@li... > https://lists.sourceforge.net/lists/listinfo/kaldi-developers > > |