lattice-1best ark:DECODE_FOLDER/lat.1 ark:- | lattice-align-words LANG_PATH/phones/word_boundary.int MODEL_PATH/final.mdl ark:- ark:- | nbest-to-ctm ark:- - | utils/int2sym.pl -f 5 LANG_PATH/words.txt > 1.ctm
utterance_id channel_num start_time duration word
WordAlignLattice and CompactLatticeToWordAlignment
This decode bash script is from \egs\wsj\s5\steps\nnet3, and it has the following required parameters:
--
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 view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/92e6d333-95b9-493a-8c85-0c05d485527a%40googlegroups.com.
this is the standard script to get time stamps and confidences from lattice.egs/wsj/s5/steps/conf/get_ctm_conf.shHave a look to this script to understand which files you need and what are the steps from lattice to ctm.
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 view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/ad230a71-0848-4009-be9b-b87b946a43cf%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/CA%2B_5YwSARdR3LUiXOCTKjSS9xizTzgEMGsOEGberB_sXAiLXUw%40mail.gmail.com.
Thanks. That is it.I'm trying to get phonemes from input audio. I could do this with python which can convert Chinese to Pinyin. However, I found this https://github.com/kaldi-asr/kaldi/blob/master/src/latbin/lattice-to-phone-lattice.cc . Is there a secretly hidden kaldi bash script which can get phonemes directly? Maybe I should change output symbols of Lattice from words to phonemes?
--
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 view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/f7e33e96-6501-41a8-ad54-c303efabbc7f%40googlegroups.com.