From: Arnab G. <ar...@gm...> - 2013-04-26 11:14:44
|
On Fri, Apr 26, 2013 at 8:52 AM, Sakriani Sakti <ss...@is...> wrote: > Dear Kaldi Developers, > > I'm very new to Kaldi. Currently, I finished re-do the wsj recipe. > My questions are: > - How to generate the Kaldi result in ctm format? Look at trunk/egs/swbd/s5b/local/score_sclite.sh > - How to read the *.ali files? Use ./bin/show-alignments > - If I want to try is to re-train the WSJ model with new data, and > we already have mlf files (phone and word with time information) of > new data generated from HTK, is there any way to convert it to Kaldi > alignment files format? Your best bet will be to extract just the raw word transcript (forget about the time information) and run the kaldi recipe from start. You could use ./featbin/copy-feats to convert HTK features to Kaldi format. > It would be great if you could help me for this. > Thank you. > Sincerely yours, > Sakriani Sakti > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > Kaldi-developers mailing list > Kal...@li... > https://lists.sourceforge.net/lists/listinfo/kaldi-developers |