From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-04-16 10:00:33
|
Hi, we recently started trying out kaldi here. Right now we do have a system up and running based on the switchboard recipes, using our own (German) data. The problem we currently have is: How can you get timing information for every recognized word from the decoding step? To illustrate, what we have are those transcriptions, output by the decoder: [...] SD0041_06 die letzten drei Spiele [...] what we want is actually, for that specific example, something like 003 025 die 034 063 letzten 070 082 drei 088 104 Spiele so that we have start and end frame number or time stamp for every word that was recognized (numbers here are made up) How can we get that? Thanks in advance, Thomas |