This is our first time running Kaldi. So kindly apologies if the question seems trivial. We would like to adapt the TIMIT recipe 's5/run.sh'. As there are data preparation steps for other examples found at http://kaldi.sourceforge.net/data_prep.html. Kindly, state the steps for the data preparation with TIMIT.
We will be thankful with any kind of help.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
every corpus has it's data preparation stage a little bit different. Also,
timit recipe might not represent really the "typical" ASR task. However,
the script timit/s5/run.sh should contain everything you need to do to get
the recipe working -- the main change would be to supply proper path to
your LDC TIMIT corpus (the timit variable on line 39).
This is our first time running Kaldi. So kindly apologies if the question
seems trivial. We would like to adapt the TIMIT recipe 's5/run.sh'. As
there are data preparation steps for other examples found at http://kaldi.sourceforge.net/data_prep.html. Kindly, state the steps for
the data preparation with TIMIT.
We will be thankful with any kind of help.
Thanks.
I am new to KALDI as well and at line 39 I defined timit=/TIMIT and in that folder there are TRAIN and TEST folder but I get the error "timit_data_prep.sh: spot check of command line..." which based on the code only is shown when there are no TRAIN and TEST folder at the same time but in my case I have both of them. Can you tell me how I can solve this problem?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Maybe it is a confusion between absolute and relative pathnames: TIMIT
would be interpreted as in the / directory, not in the current
directory. If that is the case you probably should not be attempting
to use Kaldi at all, as it means you don't have enough UNIX and
computer science background.
I am new to KALDI as well and at line 39 I defined timit=/TIMIT and in that
folder there are TRAIN and TEST folder but I get the error
"timit_data_prep.sh: spot check of command line..." which based on the code
only is shown when there are no TRAIN and TEST folder at the same time but
in my case I have both of them. Can you tell me how I can solve this
problem?
Hi All,
This is our first time running Kaldi. So kindly apologies if the question seems trivial. We would like to adapt the TIMIT recipe 's5/run.sh'. As there are data preparation steps for other examples found at http://kaldi.sourceforge.net/data_prep.html. Kindly, state the steps for the data preparation with TIMIT.
We will be thankful with any kind of help.
Thanks.
Hi,
every corpus has it's data preparation stage a little bit different. Also,
timit recipe might not represent really the "typical" ASR task. However,
the script timit/s5/run.sh should contain everything you need to do to get
the recipe working -- the main change would be to supply proper path to
your LDC TIMIT corpus (the timit variable on line 39).
y.
On Thu, Mar 12, 2015 at 6:29 AM, yuyankaishi speech99999@users.sf.net
wrote:
Hi,
I am new to KALDI as well and at line 39 I defined timit=/TIMIT and in that folder there are TRAIN and TEST folder but I get the error "timit_data_prep.sh: spot check of command line..." which based on the code only is shown when there are no TRAIN and TEST folder at the same time but in my case I have both of them. Can you tell me how I can solve this problem?
Maybe it is a confusion between absolute and relative pathnames: TIMIT
would be interpreted as in the / directory, not in the current
directory. If that is the case you probably should not be attempting
to use Kaldi at all, as it means you don't have enough UNIX and
computer science background.
Dan
On Tue, Jun 16, 2015 at 4:32 PM, Eric Camalo roozbeh412@users.sf.net wrote: